Shades of Atlantis #9DD23C
Tints of Atlantis #9DD23C
RGB
CMYK
RGB Variations
Color information
#9DD23C (or 0x9DD23C) is known color: Atlantis. HEX triplet: 9D, D2 and 3C. RGB value is (157,210,60). Sum of RGB (Red+Green+Blue) = 157+210+60=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 210 (82.42% from 255 or 49.18% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD23C is #622DC3. Grayscale: #B1B1B1. Windows color (decimal): -6434244 or 3986077. OLE color: 3986077.
HSL color Cylindrical-coordinate representation of color #9DD23C: hue angle of 81.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9DD23C is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 210 | 60 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.18 |
| HSL | 81.2º | 0.63% | 0.53% | - |
| HSV(B) | 81.2º | 0.71% | 0.82% | - |
| XYZ | 37.77 | 53.59 | 12.63 | - |
| YUV | 177.05 | 61.94 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 210 | 60 | 0.25 | 0 | 0.71 | 0.18 | 81.2 | 0.63 | 0.53 |
| Hex | 9D | D2 | 3C | 19 | 0 | 47 | 12 | 51 | 3E | 35 |
| Octal | 235 | 322 | 74 | 31 | 0 | 107 | 22 | 121 | 76 | 65 |
| Binary | 10011101 | 11010010 | 111100 | 11001 | 0 | 1000111 | 10010 | 1010001 | 111110 | 110101 |
Color Harmonies of #9DD23C
Complementary color
Monochromatic Colors of #9DD23C
Black with #9DD23C
Text Example
Text Example
White with #9DD23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD23C; }
p { color: rgb(157,210,60); }
H1.HeaderClassName
{
color: #9DD23C;
}
.AnyTagClassName
{
color: #9DD23C;
}
</style>
background-color css
<style>
a { background-color: #9DD23C; }
a { background-color: rgb(157,210,60); }
div.DivClassName
{
background-color: #9DD23C;
}
.BgClassName
{
background-color: #9DD23C;
}
</style>
border-color css
<style>
span { border-color: #9DD23C; }
span { border-color: rgb(157,210,60); }
td.TdClassName
{
border-color: #9DD23C;
}
.TagClassName
{
border-color: #9DD23C;
}
</style>