#9CDE45

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

Shades of Atlantis #9CDE45

Tints of Atlantis #9CDE45

Color information

#9CDE45 (or 0x9CDE45) is unknown color: approx Atlantis. HEX triplet: 9C, DE and 45. RGB value is (156,222,69). Sum of RGB (Red+Green+Blue) = 156+222+69=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 222 (87.11% from 255 or 49.66% from 447); Blue value is 69 (27.34% from 255 or 15.44% from 447); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDE45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDE45 is #6321BA. Grayscale: #B9B9B9. Windows color (decimal): -6496699 or 4578972. OLE color: 4578972.

HSL color Cylindrical-coordinate representation of color #9CDE45: hue angle of 85.88º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9CDE45 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB15622269-
CMYK0.3000.690.13
HSL85.88º69.86%57.06%-
HSV(B)85.88º68.92%87.06%-
XYZ40.9159.7415.01-
YUV184.8262.63107.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 222 (87.11% from 255) = 49.66%
BLUE value IS 69 (27.34% from 255) = 15.44%
R=34.90%
G=49.66%
B=15.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal156222690.3000.690.1385.8869.8657.06
Hex9CDE451E045D564639
Octal2343361053601051512610671
Binary100111001101111010001011111001000101110110101101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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