#9CCA42

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

Shades of Atlantis #9CCA42

Tints of Atlantis #9CCA42

Color information

#9CCA42 (or 0x9CCA42) is unknown color: approx Atlantis. HEX triplet: 9C, CA and 42. RGB value is (156,202,66). Sum of RGB (Red+Green+Blue) = 156+202+66=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 202 (79.30% from 255 or 47.64% from 424); Blue value is 66 (26.17% from 255 or 15.57% from 424); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CCA42 is #6335BD. Grayscale: #ADADAD. Windows color (decimal): -6501822 or 4377244. OLE color: 4377244.

HSL color Cylindrical-coordinate representation of color #9CCA42: hue angle of 80.29º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9CCA42 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB15620266-
CMYK0.2300.670.21
HSL80.29º56.2%52.55%-
HSV(B)80.29º67.33%79.22%-
XYZ35.8149.712.86-
YUV172.7467.76116.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.79%
GREEN value IS 202 (79.30% from 255) = 47.64%
BLUE value IS 66 (26.17% from 255) = 15.57%
R=36.79%
G=47.64%
B=15.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal156202660.2300.670.2180.2956.252.55
Hex9CCA421704315503835
Octal234312102270103251207065
Binary100111001100101010000101011101000011101011010000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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