Shades of Atlantis #99C03F
Tints of Atlantis #99C03F
RGB
CMYK
RGB Variations
Color information
#99C03F (or 0x99C03F) is known color: Atlantis. HEX triplet: 99, C0 and 3F. RGB value is (153,192,63). Sum of RGB (Red+Green+Blue) = 153+192+63=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 63 (25% from 255 or 15.44% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #99C03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C03F is #663FC0. Grayscale: #A6A6A6. Windows color (decimal): -6700993 or 4178073. OLE color: 4178073.
HSL color Cylindrical-coordinate representation of color #99C03F: hue angle of 78.14º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99C03F is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 63 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.25 |
| HSL | 78.14º | 0.51% | 0.5% | - |
| HSV(B) | 78.14º | 0.67% | 0.75% | - |
| XYZ | 32.88 | 44.83 | 11.62 | - |
| YUV | 165.63 | 70.08 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 63 | 0.20 | 0 | 0.67 | 0.25 | 78.14 | 0.51 | 0.5 |
| Hex | 99 | C0 | 3F | 14 | 0 | 43 | 19 | 4E | 33 | 32 |
| Octal | 231 | 300 | 77 | 24 | 0 | 103 | 31 | 116 | 63 | 62 |
| Binary | 10011001 | 11000000 | 111111 | 10100 | 0 | 1000011 | 11001 | 1001110 | 110011 | 110010 |
Color Harmonies of #99C03F
Complementary color
Monochromatic Colors of #99C03F
Black with #99C03F
Text Example
Text Example
White with #99C03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C03F; }
p { color: rgb(153,192,63); }
H1.HeaderClassName
{
color: #99C03F;
}
.AnyTagClassName
{
color: #99C03F;
}
</style>
background-color css
<style>
a { background-color: #99C03F; }
a { background-color: rgb(153,192,63); }
div.DivClassName
{
background-color: #99C03F;
}
.BgClassName
{
background-color: #99C03F;
}
</style>
border-color css
<style>
span { border-color: #99C03F; }
span { border-color: rgb(153,192,63); }
td.TdClassName
{
border-color: #99C03F;
}
.TagClassName
{
border-color: #99C03F;
}
</style>