Shades of Atlantis #99C73F
Tints of Atlantis #99C73F
RGB
CMYK
RGB Variations
Color information
#99C73F (or 0x99C73F) is known color: Atlantis. HEX triplet: 99, C7 and 3F. RGB value is (153,199,63). Sum of RGB (Red+Green+Blue) = 153+199+63=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 199 (78.12% from 255 or 47.95% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 199 - color contains mainly: green. Hex color #99C73F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C73F is #6638C0. Grayscale: #AAAAAA. Windows color (decimal): -6699201 or 4179865. OLE color: 4179865.
HSL color Cylindrical-coordinate representation of color #99C73F: hue angle of 80.29º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #99C73F is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 199 | 63 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.22 |
| HSL | 80.29º | 0.55% | 0.51% | - |
| HSV(B) | 80.29º | 0.68% | 0.78% | - |
| XYZ | 34.46 | 47.98 | 12.15 | - |
| YUV | 169.74 | 67.76 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 199 | 63 | 0.23 | 0 | 0.68 | 0.22 | 80.29 | 0.55 | 0.51 |
| Hex | 99 | C7 | 3F | 17 | 0 | 44 | 16 | 50 | 37 | 33 |
| Octal | 231 | 307 | 77 | 27 | 0 | 104 | 26 | 120 | 67 | 63 |
| Binary | 10011001 | 11000111 | 111111 | 10111 | 0 | 1000100 | 10110 | 1010000 | 110111 | 110011 |
Color Harmonies of #99C73F
Complementary color
Monochromatic Colors of #99C73F
Black with #99C73F
Text Example
Text Example
White with #99C73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C73F; }
p { color: rgb(153,199,63); }
H1.HeaderClassName
{
color: #99C73F;
}
.AnyTagClassName
{
color: #99C73F;
}
</style>
background-color css
<style>
a { background-color: #99C73F; }
a { background-color: rgb(153,199,63); }
div.DivClassName
{
background-color: #99C73F;
}
.BgClassName
{
background-color: #99C73F;
}
</style>
border-color css
<style>
span { border-color: #99C73F; }
span { border-color: rgb(153,199,63); }
td.TdClassName
{
border-color: #99C73F;
}
.TagClassName
{
border-color: #99C73F;
}
</style>