#8CCA49

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

Shades of Atlantis #8CCA49

Tints of Atlantis #8CCA49

Color information

#8CCA49 (or 0x8CCA49) is unknown color: approx Atlantis. HEX triplet: 8C, CA and 49. RGB value is (140,202,73). Sum of RGB (Red+Green+Blue) = 140+202+73=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCA49 is #7335B6. Grayscale: #A9A9A9. Windows color (decimal): -7550391 or 4835980. OLE color: 4835980.

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

Color convert

RGB14020273-
CMYK0.3100.640.21
HSL88.84º54.89%53.92%-
HSV(B)88.84º63.86%79.22%-
XYZ33.1448.313.88-
YUV168.7673.96107.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.73%
GREEN value IS 202 (79.30% from 255) = 48.67%
BLUE value IS 73 (28.91% from 255) = 17.59%
R=33.73%
G=48.67%
B=17.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal140202730.3100.640.2188.8454.8953.92
Hex8CCA491F04015593736
Octal214312111370100251316766
Binary100011001100101010010011111101000000101011011001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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