#8CCC49

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

Shades of Atlantis #8CCC49

Tints of Atlantis #8CCC49

Color information

#8CCC49 (or 0x8CCC49) is unknown color: approx Atlantis. HEX triplet: 8C, CC and 49. RGB value is (140,204,73). Sum of RGB (Red+Green+Blue) = 140+204+73=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCC49 is #7333B6. Grayscale: #AAAAAA. Windows color (decimal): -7549879 or 4836492. OLE color: 4836492.

HSL color Cylindrical-coordinate representation of color #8CCC49: hue angle of 89.31º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8CCC49 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB14020473-
CMYK0.3100.640.2
HSL89.31º56.22%54.31%-
HSV(B)89.31º64.22%80%-
XYZ33.6149.2414.04-
YUV169.9373.3106.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.57%
GREEN value IS 204 (80.08% from 255) = 48.92%
BLUE value IS 73 (28.91% from 255) = 17.51%
R=33.57%
G=48.92%
B=17.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal140204730.3100.640.289.3156.2254.31
Hex8CCC491F04014593836
Octal214314111370100241317066
Binary100011001100110010010011111101000000101001011001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,204,73); }

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

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

 a { background-color: rgb(140,204,73); }

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

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

 span { border-color: rgb(140,204,73); }

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