#9CCA50

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

Shades of Atlantis #9CCA50

Tints of Atlantis #9CCA50

Color information

#9CCA50 (or 0x9CCA50) is unknown color: approx Atlantis. HEX triplet: 9C, CA and 50. RGB value is (156,202,80). Sum of RGB (Red+Green+Blue) = 156+202+80=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCA50 is #6335AF. Grayscale: #AEAEAE. Windows color (decimal): -6501808 or 5294748. OLE color: 5294748.

HSL color Cylindrical-coordinate representation of color #9CCA50: hue angle of 82.62º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9CCA50 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB15620280-
CMYK0.2300.600.21
HSL82.62º53.51%55.29%-
HSV(B)82.62º60.4%79.22%-
XYZ36.2849.8915.31-
YUV174.3474.76114.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.62%
GREEN value IS 202 (79.30% from 255) = 46.12%
BLUE value IS 80 (31.64% from 255) = 18.26%
R=35.62%
G=46.12%
B=18.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal156202800.2300.600.2182.6253.5155.29
Hex9CCA501703C15533637
Octal23431212027074251236667
Binary10011100110010101010000101110111100101011010011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CCA50; }

 p { color: rgb(156,202,80); }

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

<style>
 a { background-color: #9CCA50; }

 a { background-color: rgb(156,202,80); }

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

<style>
 span { border-color: #9CCA50; }

 span { border-color: rgb(156,202,80); }

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