Shades of Atlantis #9DD73C
Tints of Atlantis #9DD73C
RGB
CMYK
RGB Variations
Color information
#9DD73C (or 0x9DD73C) is known color: Atlantis. HEX triplet: 9D, D7 and 3C. RGB value is (157,215,60). Sum of RGB (Red+Green+Blue) = 157+215+60=432 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.34% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD73C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD73C is #6228C3. Grayscale: #B4B4B4. Windows color (decimal): -6432964 or 3987357. OLE color: 3987357.
HSL color Cylindrical-coordinate representation of color #9DD73C: hue angle of 82.45º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9DD73C is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 215 | 60 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.16 |
| HSL | 82.45º | 0.66% | 0.54% | - |
| HSV(B) | 82.45º | 0.72% | 0.84% | - |
| XYZ | 39.02 | 56.1 | 13.05 | - |
| YUV | 179.99 | 60.28 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 215 | 60 | 0.27 | 0 | 0.72 | 0.16 | 82.45 | 0.66 | 0.54 |
| Hex | 9D | D7 | 3C | 1B | 0 | 48 | 10 | 52 | 42 | 36 |
| Octal | 235 | 327 | 74 | 33 | 0 | 110 | 20 | 122 | 102 | 66 |
| Binary | 10011101 | 11010111 | 111100 | 11011 | 0 | 1001000 | 10000 | 1010010 | 1000010 | 110110 |
Color Harmonies of #9DD73C
Complementary color
Monochromatic Colors of #9DD73C
Black with #9DD73C
Text Example
Text Example
White with #9DD73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD73C; }
p { color: rgb(157,215,60); }
H1.HeaderClassName
{
color: #9DD73C;
}
.AnyTagClassName
{
color: #9DD73C;
}
</style>
background-color css
<style>
a { background-color: #9DD73C; }
a { background-color: rgb(157,215,60); }
div.DivClassName
{
background-color: #9DD73C;
}
.BgClassName
{
background-color: #9DD73C;
}
</style>
border-color css
<style>
span { border-color: #9DD73C; }
span { border-color: rgb(157,215,60); }
td.TdClassName
{
border-color: #9DD73C;
}
.TagClassName
{
border-color: #9DD73C;
}
</style>