#9CDB45

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

Shades of Atlantis #9CDB45

Tints of Atlantis #9CDB45

Color information

#9CDB45 (or 0x9CDB45) is unknown color: approx Atlantis. HEX triplet: 9C, DB and 45. RGB value is (156,219,69). Sum of RGB (Red+Green+Blue) = 156+219+69=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 69 (27.34% from 255 or 15.54% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDB45 is #6324BA. Grayscale: #B7B7B7. Windows color (decimal): -6497467 or 4578204. OLE color: 4578204.

HSL color Cylindrical-coordinate representation of color #9CDB45: hue angle of 85.2º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9CDB45 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB15621969-
CMYK0.2900.680.14
HSL85.2º67.57%56.47%-
HSV(B)85.2º68.49%85.88%-
XYZ40.1258.1614.74-
YUV183.0663.63108.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.14%
GREEN value IS 219 (85.94% from 255) = 49.32%
BLUE value IS 69 (27.34% from 255) = 15.54%
R=35.14%
G=49.32%
B=15.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal156219690.2900.680.1485.267.5756.47
Hex9CDB451D044E554438
Octal2343331053501041612510470
Binary100111001101101110001011110101000100111010101011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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