Shades of Atlantis #9DDE46
Tints of Atlantis #9DDE46
RGB
CMYK
RGB Variations
Color information
#9DDE46 (or 0x9DDE46) is known color: Atlantis. HEX triplet: 9D, DE and 46. RGB value is (157,222,70). Sum of RGB (Red+Green+Blue) = 157+222+70=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 222 (87.11% from 255 or 49.44% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDE46 is #6221B9. Grayscale: #B9B9B9. Windows color (decimal): -6431162 or 4644509. OLE color: 4644509.
HSL color Cylindrical-coordinate representation of color #9DDE46: hue angle of 85.66º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9DDE46 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 222 | 70 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.13 |
| HSL | 85.66º | 0.7% | 0.57% | - |
| HSV(B) | 85.66º | 0.68% | 0.87% | - |
| XYZ | 41.13 | 59.85 | 15.18 | - |
| YUV | 185.24 | 62.97 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 222 | 70 | 0.29 | 0 | 0.68 | 0.13 | 85.66 | 0.7 | 0.57 |
| Hex | 9D | DE | 46 | 1D | 0 | 44 | D | 56 | 46 | 39 |
| Octal | 235 | 336 | 106 | 35 | 0 | 104 | 15 | 126 | 106 | 71 |
| Binary | 10011101 | 11011110 | 1000110 | 11101 | 0 | 1000100 | 1101 | 1010110 | 1000110 | 111001 |
Color Harmonies of #9DDE46
Complementary color
Monochromatic Colors of #9DDE46
Black with #9DDE46
Text Example
Text Example
White with #9DDE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDE46; }
p { color: rgb(157,222,70); }
H1.HeaderClassName
{
color: #9DDE46;
}
.AnyTagClassName
{
color: #9DDE46;
}
</style>
background-color css
<style>
a { background-color: #9DDE46; }
a { background-color: rgb(157,222,70); }
div.DivClassName
{
background-color: #9DDE46;
}
.BgClassName
{
background-color: #9DDE46;
}
</style>
border-color css
<style>
span { border-color: #9DDE46; }
span { border-color: rgb(157,222,70); }
td.TdClassName
{
border-color: #9DDE46;
}
.TagClassName
{
border-color: #9DDE46;
}
</style>