Shades of Atlantis #9DC940
Tints of Atlantis #9DC940
RGB
CMYK
RGB Variations
Color information
#9DC940 (or 0x9DC940) is known color: Atlantis. HEX triplet: 9D, C9 and 40. RGB value is (157,201,64). Sum of RGB (Red+Green+Blue) = 157+201+64=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC940 is #6236BF. Grayscale: #ACACAC. Windows color (decimal): -6436544 or 4245917. OLE color: 4245917.
HSL color Cylindrical-coordinate representation of color #9DC940: hue angle of 79.27º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9DC940 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 201 | 64 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.21 |
| HSL | 79.27º | 0.56% | 0.52% | - |
| HSV(B) | 79.27º | 0.68% | 0.79% | - |
| XYZ | 35.72 | 49.31 | 12.49 | - |
| YUV | 172.23 | 66.92 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 201 | 64 | 0.22 | 0 | 0.68 | 0.21 | 79.27 | 0.56 | 0.52 |
| Hex | 9D | C9 | 40 | 16 | 0 | 44 | 15 | 4F | 38 | 34 |
| Octal | 235 | 311 | 100 | 26 | 0 | 104 | 25 | 117 | 70 | 64 |
| Binary | 10011101 | 11001001 | 1000000 | 10110 | 0 | 1000100 | 10101 | 1001111 | 111000 | 110100 |
Color Harmonies of #9DC940
Complementary color
Monochromatic Colors of #9DC940
Black with #9DC940
Text Example
Text Example
White with #9DC940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC940; }
p { color: rgb(157,201,64); }
H1.HeaderClassName
{
color: #9DC940;
}
.AnyTagClassName
{
color: #9DC940;
}
</style>
background-color css
<style>
a { background-color: #9DC940; }
a { background-color: rgb(157,201,64); }
div.DivClassName
{
background-color: #9DC940;
}
.BgClassName
{
background-color: #9DC940;
}
</style>
border-color css
<style>
span { border-color: #9DC940; }
span { border-color: rgb(157,201,64); }
td.TdClassName
{
border-color: #9DC940;
}
.TagClassName
{
border-color: #9DC940;
}
</style>