Shades of Atlantis #99D645
Tints of Atlantis #99D645
RGB
CMYK
RGB Variations
Color information
#99D645 (or 0x99D645) is known color: Atlantis. HEX triplet: 99, D6 and 45. RGB value is (153,214,69). Sum of RGB (Red+Green+Blue) = 153+214+69=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #99D645 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D645 is #6629BA. Grayscale: #B3B3B3. Windows color (decimal): -6695355 or 4576921. OLE color: 4576921.
HSL color Cylindrical-coordinate representation of color #99D645: hue angle of 85.24º 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 #99D645 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 214 | 69 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.16 |
| HSL | 85.24º | 0.64% | 0.55% | - |
| HSV(B) | 85.24º | 0.68% | 0.84% | - |
| XYZ | 38.26 | 55.3 | 14.29 | - |
| YUV | 179.23 | 65.79 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 69 | 0.29 | 0 | 0.68 | 0.16 | 85.24 | 0.64 | 0.55 |
| Hex | 99 | D6 | 45 | 1D | 0 | 44 | 10 | 55 | 40 | 37 |
| Octal | 231 | 326 | 105 | 35 | 0 | 104 | 20 | 125 | 100 | 67 |
| Binary | 10011001 | 11010110 | 1000101 | 11101 | 0 | 1000100 | 10000 | 1010101 | 1000000 | 110111 |
Color Harmonies of #99D645
Complementary color
Monochromatic Colors of #99D645
Black with #99D645
Text Example
Text Example
White with #99D645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D645; }
p { color: rgb(153,214,69); }
H1.HeaderClassName
{
color: #99D645;
}
.AnyTagClassName
{
color: #99D645;
}
</style>
background-color css
<style>
a { background-color: #99D645; }
a { background-color: rgb(153,214,69); }
div.DivClassName
{
background-color: #99D645;
}
.BgClassName
{
background-color: #99D645;
}
</style>
border-color css
<style>
span { border-color: #99D645; }
span { border-color: rgb(153,214,69); }
td.TdClassName
{
border-color: #99D645;
}
.TagClassName
{
border-color: #99D645;
}
</style>