Shades of Atlantis #99D23C
Tints of Atlantis #99D23C
RGB
CMYK
RGB Variations
Color information
#99D23C (or 0x99D23C) is known color: Atlantis. HEX triplet: 99, D2 and 3C. RGB value is (153,210,60). Sum of RGB (Red+Green+Blue) = 153+210+60=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #99D23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D23C is #662DC3. Grayscale: #B0B0B0. Windows color (decimal): -6696388 or 3986073. OLE color: 3986073.
HSL color Cylindrical-coordinate representation of color #99D23C: hue angle of 82.8º 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 #99D23C is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 210 | 60 | - |
| CMYK | 0.27 | 0 | 0.71 | 0.18 |
| HSL | 82.8º | 0.63% | 0.53% | - |
| HSV(B) | 82.8º | 0.71% | 0.82% | - |
| XYZ | 37 | 53.19 | 12.59 | - |
| YUV | 175.86 | 62.62 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 60 | 0.27 | 0 | 0.71 | 0.18 | 82.8 | 0.63 | 0.53 |
| Hex | 99 | D2 | 3C | 1B | 0 | 47 | 12 | 53 | 3E | 35 |
| Octal | 231 | 322 | 74 | 33 | 0 | 107 | 22 | 123 | 76 | 65 |
| Binary | 10011001 | 11010010 | 111100 | 11011 | 0 | 1000111 | 10010 | 1010011 | 111110 | 110101 |
Color Harmonies of #99D23C
Complementary color
Monochromatic Colors of #99D23C
Black with #99D23C
Text Example
Text Example
White with #99D23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D23C; }
p { color: rgb(153,210,60); }
H1.HeaderClassName
{
color: #99D23C;
}
.AnyTagClassName
{
color: #99D23C;
}
</style>
background-color css
<style>
a { background-color: #99D23C; }
a { background-color: rgb(153,210,60); }
div.DivClassName
{
background-color: #99D23C;
}
.BgClassName
{
background-color: #99D23C;
}
</style>
border-color css
<style>
span { border-color: #99D23C; }
span { border-color: rgb(153,210,60); }
td.TdClassName
{
border-color: #99D23C;
}
.TagClassName
{
border-color: #99D23C;
}
</style>