#8CC544

Color #8CC544 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #8CC544

Tints of Atlantis #8CC544

Color information

#8CC544 (or 0x8CC544) is unknown color: approx Atlantis. HEX triplet: 8C, C5 and 44. RGB value is (140,197,68). Sum of RGB (Red+Green+Blue) = 140+197+68=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 68 (26.95% from 255 or 16.79% from 405); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC544 is #733ABB. Grayscale: #A5A5A5. Windows color (decimal): -7551676 or 4507020. OLE color: 4507020.

HSL color Cylindrical-coordinate representation of color #8CC544: hue angle of 86.51º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8CC544 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB14019768-
CMYK0.2900.650.23
HSL86.51º52.65%51.96%-
HSV(B)86.51º65.48%77.25%-
XYZ31.8245.9312.66-
YUV165.2573.12109.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 34.57%
GREEN value IS 197 (77.34% from 255) = 48.64%
BLUE value IS 68 (26.95% from 255) = 16.79%
R=34.57%
G=48.64%
B=16.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal140197680.2900.650.2386.5152.6551.96
Hex8CC5441D04117573534
Octal214305104350101271276564
Binary100011001100010110001001110101000001101111010111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CC544; }

 p { color: rgb(140,197,68); }

 H1.HeaderClassName
 {
   color: #8CC544;
 }
 .AnyTagClassName
 {
   color: #8CC544;
 }
</style>
background-color css

<style>
 a { background-color: #8CC544; }

 a { background-color: rgb(140,197,68); }

 div.DivClassName
 {
   background-color: #8CC544;
 }
 .BgClassName
 {
   background-color: #8CC544;
 }
</style>
border-color css

<style>
 span { border-color: #8CC544; }

 span { border-color: rgb(140,197,68); }

 td.TdClassName
 {
   border-color: #8CC544;
 }
 .TagClassName
 {
   border-color: #8CC544;
 }
</style>