#9CDA36

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

Shades of Atlantis #9CDA36

Tints of Atlantis #9CDA36

Color information

#9CDA36 (or 0x9CDA36) is unknown color: approx Atlantis. HEX triplet: 9C, DA and 36. RGB value is (156,218,54). Sum of RGB (Red+Green+Blue) = 156+218+54=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 54 (21.48% from 255 or 12.62% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDA36 is #6325C9. Grayscale: #B5B5B5. Windows color (decimal): -6497738 or 3594908. OLE color: 3594908.

HSL color Cylindrical-coordinate representation of color #9CDA36: hue angle of 82.68º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9CDA36 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB15621854-
CMYK0.2800.750.15
HSL82.68º68.91%53.33%-
HSV(B)82.68º75.23%85.49%-
XYZ39.4557.4812.51-
YUV180.7756.46110.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.45%
GREEN value IS 218 (85.55% from 255) = 50.93%
BLUE value IS 54 (21.48% from 255) = 12.62%
R=36.45%
G=50.93%
B=12.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal156218540.2800.750.1582.6868.9153.33
Hex9CDA361C04BF534535
Octal234332663401131712310565
Binary10011100110110101101101110001001011111110100111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,218,54); }

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

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

 a { background-color: rgb(156,218,54); }

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

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

 span { border-color: rgb(156,218,54); }

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