Shades of Atlantis #9DDA42
Tints of Atlantis #9DDA42
RGB
CMYK
RGB Variations
Color information
#9DDA42 (or 0x9DDA42) is known color: Atlantis. HEX triplet: 9D, DA and 42. RGB value is (157,218,66). Sum of RGB (Red+Green+Blue) = 157+218+66=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDA42 is #6225BD. Grayscale: #B6B6B6. Windows color (decimal): -6432190 or 4381341. OLE color: 4381341.
HSL color Cylindrical-coordinate representation of color #9DDA42: hue angle of 84.08º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9DDA42 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 66 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.15 |
| HSL | 84.08º | 0.67% | 0.56% | - |
| HSV(B) | 84.08º | 0.7% | 0.85% | - |
| XYZ | 39.96 | 57.7 | 14.19 | - |
| YUV | 182.43 | 62.29 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 66 | 0.28 | 0 | 0.70 | 0.15 | 84.08 | 0.67 | 0.56 |
| Hex | 9D | DA | 42 | 1C | 0 | 46 | F | 54 | 43 | 38 |
| Octal | 235 | 332 | 102 | 34 | 0 | 106 | 17 | 124 | 103 | 70 |
| Binary | 10011101 | 11011010 | 1000010 | 11100 | 0 | 1000110 | 1111 | 1010100 | 1000011 | 111000 |
Color Harmonies of #9DDA42
Complementary color
Monochromatic Colors of #9DDA42
Black with #9DDA42
Text Example
Text Example
White with #9DDA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDA42; }
p { color: rgb(157,218,66); }
H1.HeaderClassName
{
color: #9DDA42;
}
.AnyTagClassName
{
color: #9DDA42;
}
</style>
background-color css
<style>
a { background-color: #9DDA42; }
a { background-color: rgb(157,218,66); }
div.DivClassName
{
background-color: #9DDA42;
}
.BgClassName
{
background-color: #9DDA42;
}
</style>
border-color css
<style>
span { border-color: #9DDA42; }
span { border-color: rgb(157,218,66); }
td.TdClassName
{
border-color: #9DDA42;
}
.TagClassName
{
border-color: #9DDA42;
}
</style>