#9DC24A

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

Shades of Atlantis #9DC24A

Tints of Atlantis #9DC24A

Color information

#9DC24A (or 0x9DC24A) is unknown color: approx Atlantis. HEX triplet: 9D, C2 and 4A. RGB value is (157,194,74). Sum of RGB (Red+Green+Blue) = 157+194+74=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC24A is #623DB5. Grayscale: #A9A9A9. Windows color (decimal): -6438326 or 4899485. OLE color: 4899485.

HSL color Cylindrical-coordinate representation of color #9DC24A: hue angle of 78.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DC24A is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB15719474-
CMYK0.1900.620.24
HSL78.5º49.59%52.55%-
HSV(B)78.5º61.86%76.08%-
XYZ34.4346.2513.59-
YUV169.2674.24119.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.94%
GREEN value IS 194 (76.17% from 255) = 45.65%
BLUE value IS 74 (29.30% from 255) = 17.41%
R=36.94%
G=45.65%
B=17.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal157194740.1900.620.2478.549.5952.55
Hex9DC24A1303E184e3235
Octal23530211223076301166265
Binary10011101110000101001010100110111110110001001110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,194,74); }

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

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

 a { background-color: rgb(157,194,74); }

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

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

 span { border-color: rgb(157,194,74); }

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