#9CCB45

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

Shades of Atlantis #9CCB45

Tints of Atlantis #9CCB45

Color information

#9CCB45 (or 0x9CCB45) is unknown color: approx Atlantis. HEX triplet: 9C, CB and 45. RGB value is (156,203,69). Sum of RGB (Red+Green+Blue) = 156+203+69=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 69 (27.34% from 255 or 16.12% from 428); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CCB45 is #6334BA. Grayscale: #AEAEAE. Windows color (decimal): -6501563 or 4574108. OLE color: 4574108.

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

Color convert

RGB15620369-
CMYK0.2300.660.20
HSL81.04º56.3%53.33%-
HSV(B)81.04º66.01%79.61%-
XYZ36.1450.2113.42-
YUV173.6768.93115.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.45%
GREEN value IS 203 (79.69% from 255) = 47.43%
BLUE value IS 69 (27.34% from 255) = 16.12%
R=36.45%
G=47.43%
B=16.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal156203690.2300.660.2081.0456.353.33
Hex9CCB451704214513835
Octal234313105270102241217065
Binary100111001100101110001011011101000010101001010001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,203,69); }

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

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

 a { background-color: rgb(156,203,69); }

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

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

 span { border-color: rgb(156,203,69); }

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