Shades of Atlantis #9DCF42
Tints of Atlantis #9DCF42
RGB
CMYK
RGB Variations
Color information
#9DCF42 (or 0x9DCF42) is known color: Atlantis. HEX triplet: 9D, CF and 42. RGB value is (157,207,66). Sum of RGB (Red+Green+Blue) = 157+207+66=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCF42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCF42 is #6230BD. Grayscale: #B0B0B0. Windows color (decimal): -6435006 or 4378525. OLE color: 4378525.
HSL color Cylindrical-coordinate representation of color #9DCF42: hue angle of 81.28º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9DCF42 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 207 | 66 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.19 |
| HSL | 81.28º | 0.59% | 0.54% | - |
| HSV(B) | 81.28º | 0.68% | 0.81% | - |
| XYZ | 37.2 | 52.19 | 13.27 | - |
| YUV | 175.98 | 65.94 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 66 | 0.24 | 0 | 0.68 | 0.19 | 81.28 | 0.59 | 0.54 |
| Hex | 9D | CF | 42 | 18 | 0 | 44 | 13 | 51 | 3B | 36 |
| Octal | 235 | 317 | 102 | 30 | 0 | 104 | 23 | 121 | 73 | 66 |
| Binary | 10011101 | 11001111 | 1000010 | 11000 | 0 | 1000100 | 10011 | 1010001 | 111011 | 110110 |
Color Harmonies of #9DCF42
Complementary color
Monochromatic Colors of #9DCF42
Black with #9DCF42
Text Example
Text Example
White with #9DCF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCF42; }
p { color: rgb(157,207,66); }
H1.HeaderClassName
{
color: #9DCF42;
}
.AnyTagClassName
{
color: #9DCF42;
}
</style>
background-color css
<style>
a { background-color: #9DCF42; }
a { background-color: rgb(157,207,66); }
div.DivClassName
{
background-color: #9DCF42;
}
.BgClassName
{
background-color: #9DCF42;
}
</style>
border-color css
<style>
span { border-color: #9DCF42; }
span { border-color: rgb(157,207,66); }
td.TdClassName
{
border-color: #9DCF42;
}
.TagClassName
{
border-color: #9DCF42;
}
</style>