#9DCA3C

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

Shades of Atlantis #9DCA3C

Tints of Atlantis #9DCA3C

Color information

#9DCA3C (or 0x9DCA3C) is unknown color: approx Atlantis. HEX triplet: 9D, CA and 3C. RGB value is (157,202,60). Sum of RGB (Red+Green+Blue) = 157+202+60=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCA3C is #6235C3. Grayscale: #ACACAC. Windows color (decimal): -6436292 or 3984029. OLE color: 3984029.

HSL color Cylindrical-coordinate representation of color #9DCA3C: hue angle of 79.01º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9DCA3C is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB15720260-
CMYK0.2200.700.21
HSL79.01º57.26%51.37%-
HSV(B)79.01º70.3%79.22%-
XYZ35.8449.7411.99-
YUV172.3664.59117.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.47%
GREEN value IS 202 (79.30% from 255) = 48.21%
BLUE value IS 60 (23.83% from 255) = 14.32%
R=37.47%
G=48.21%
B=14.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal157202600.2200.700.2179.0157.2651.37
Hex9DCA3C16046154f3933
Octal23531274260106251177163
Binary10011101110010101111001011001000110101011001111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,202,60); }

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

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

 a { background-color: rgb(157,202,60); }

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

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

 span { border-color: rgb(157,202,60); }

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