Shades of Atlantis #9DC24D
Tints of Atlantis #9DC24D
RGB
CMYK
RGB Variations
Color information
#9DC24D (or 0x9DC24D) is known color: Atlantis. HEX triplet: 9D, C2 and 4D. RGB value is (157,194,77). Sum of RGB (Red+Green+Blue) = 157+194+77=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 194 (76.17% from 255 or 45.33% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC24D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC24D is #623DB2. Grayscale: #AAAAAA. Windows color (decimal): -6438323 or 5096093. OLE color: 5096093.
HSL color Cylindrical-coordinate representation of color #9DC24D: hue angle of 78.97º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DC24D is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 194 | 77 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.24 |
| HSL | 78.97º | 0.49% | 0.53% | - |
| HSV(B) | 78.97º | 0.6% | 0.76% | - |
| XYZ | 34.54 | 46.29 | 14.14 | - |
| YUV | 169.6 | 75.74 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 194 | 77 | 0.19 | 0 | 0.60 | 0.24 | 78.97 | 0.49 | 0.53 |
| Hex | 9D | C2 | 4D | 13 | 0 | 3C | 18 | 4F | 31 | 35 |
| Octal | 235 | 302 | 115 | 23 | 0 | 74 | 30 | 117 | 61 | 65 |
| Binary | 10011101 | 11000010 | 1001101 | 10011 | 0 | 111100 | 11000 | 1001111 | 110001 | 110101 |
Color Harmonies of #9DC24D
Complementary color
Monochromatic Colors of #9DC24D
Black with #9DC24D
Text Example
Text Example
White with #9DC24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC24D; }
p { color: rgb(157,194,77); }
H1.HeaderClassName
{
color: #9DC24D;
}
.AnyTagClassName
{
color: #9DC24D;
}
</style>
background-color css
<style>
a { background-color: #9DC24D; }
a { background-color: rgb(157,194,77); }
div.DivClassName
{
background-color: #9DC24D;
}
.BgClassName
{
background-color: #9DC24D;
}
</style>
border-color css
<style>
span { border-color: #9DC24D; }
span { border-color: rgb(157,194,77); }
td.TdClassName
{
border-color: #9DC24D;
}
.TagClassName
{
border-color: #9DC24D;
}
</style>