Shades of Atlantis #9DD736
Tints of Atlantis #9DD736
RGB
CMYK
RGB Variations
Color information
#9DD736 (or 0x9DD736) is known color: Atlantis. HEX triplet: 9D, D7 and 36. RGB value is (157,215,54). Sum of RGB (Red+Green+Blue) = 157+215+54=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 215 (84.38% from 255 or 50.47% from 426); Blue value is 54 (21.48% from 255 or 12.68% from 426); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD736 is #6228C9. Grayscale: #B3B3B3. Windows color (decimal): -6432970 or 3594141. OLE color: 3594141.
HSL color Cylindrical-coordinate representation of color #9DD736: hue angle of 81.61º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9DD736 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 215 | 54 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.16 |
| HSL | 81.61º | 0.67% | 0.53% | - |
| HSV(B) | 81.61º | 0.75% | 0.84% | - |
| XYZ | 38.87 | 56.04 | 12.26 | - |
| YUV | 179.3 | 57.28 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 215 | 54 | 0.27 | 0 | 0.75 | 0.16 | 81.61 | 0.67 | 0.53 |
| Hex | 9D | D7 | 36 | 1B | 0 | 4B | 10 | 52 | 43 | 35 |
| Octal | 235 | 327 | 66 | 33 | 0 | 113 | 20 | 122 | 103 | 65 |
| Binary | 10011101 | 11010111 | 110110 | 11011 | 0 | 1001011 | 10000 | 1010010 | 1000011 | 110101 |
Color Harmonies of #9DD736
Complementary color
Monochromatic Colors of #9DD736
Black with #9DD736
Text Example
Text Example
White with #9DD736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD736; }
p { color: rgb(157,215,54); }
H1.HeaderClassName
{
color: #9DD736;
}
.AnyTagClassName
{
color: #9DD736;
}
</style>
background-color css
<style>
a { background-color: #9DD736; }
a { background-color: rgb(157,215,54); }
div.DivClassName
{
background-color: #9DD736;
}
.BgClassName
{
background-color: #9DD736;
}
</style>
border-color css
<style>
span { border-color: #9DD736; }
span { border-color: rgb(157,215,54); }
td.TdClassName
{
border-color: #9DD736;
}
.TagClassName
{
border-color: #9DD736;
}
</style>