Shades of Atlantis #99D644
Tints of Atlantis #99D644
RGB
CMYK
RGB Variations
Color information
#99D644 (or 0x99D644) is known color: Atlantis. HEX triplet: 99, D6 and 44. RGB value is (153,214,68). Sum of RGB (Red+Green+Blue) = 153+214+68=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 68 (26.95% from 255 or 15.63% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #99D644 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D644 is #6629BB. Grayscale: #B3B3B3. Windows color (decimal): -6695356 or 4511385. OLE color: 4511385.
HSL color Cylindrical-coordinate representation of color #99D644: hue angle of 85.07º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #99D644 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 214 | 68 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.16 |
| HSL | 85.07º | 0.64% | 0.55% | - |
| HSV(B) | 85.07º | 0.68% | 0.84% | - |
| XYZ | 38.23 | 55.28 | 14.12 | - |
| YUV | 179.12 | 65.29 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 68 | 0.29 | 0 | 0.68 | 0.16 | 85.07 | 0.64 | 0.55 |
| Hex | 99 | D6 | 44 | 1D | 0 | 44 | 10 | 55 | 40 | 37 |
| Octal | 231 | 326 | 104 | 35 | 0 | 104 | 20 | 125 | 100 | 67 |
| Binary | 10011001 | 11010110 | 1000100 | 11101 | 0 | 1000100 | 10000 | 1010101 | 1000000 | 110111 |
Color Harmonies of #99D644
Complementary color
Monochromatic Colors of #99D644
Black with #99D644
Text Example
Text Example
White with #99D644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D644; }
p { color: rgb(153,214,68); }
H1.HeaderClassName
{
color: #99D644;
}
.AnyTagClassName
{
color: #99D644;
}
</style>
background-color css
<style>
a { background-color: #99D644; }
a { background-color: rgb(153,214,68); }
div.DivClassName
{
background-color: #99D644;
}
.BgClassName
{
background-color: #99D644;
}
</style>
border-color css
<style>
span { border-color: #99D644; }
span { border-color: rgb(153,214,68); }
td.TdClassName
{
border-color: #99D644;
}
.TagClassName
{
border-color: #99D644;
}
</style>