Shades of Atlantis #99C548
Tints of Atlantis #99C548
RGB
CMYK
RGB Variations
Color information
#99C548 (or 0x99C548) is known color: Atlantis. HEX triplet: 99, C5 and 48. RGB value is (153,197,72). Sum of RGB (Red+Green+Blue) = 153+197+72=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 197 - color contains mainly: green. Hex color #99C548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C548 is #663AB7. Grayscale: #AAAAAA. Windows color (decimal): -6699704 or 4769177. OLE color: 4769177.
HSL color Cylindrical-coordinate representation of color #99C548: hue angle of 81.12º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99C548 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 72 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.23 |
| HSL | 81.12º | 0.52% | 0.53% | - |
| HSV(B) | 81.12º | 0.63% | 0.77% | - |
| XYZ | 34.27 | 47.17 | 13.43 | - |
| YUV | 169.59 | 72.92 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 72 | 0.22 | 0 | 0.63 | 0.23 | 81.12 | 0.52 | 0.53 |
| Hex | 99 | C5 | 48 | 16 | 0 | 3F | 17 | 51 | 34 | 35 |
| Octal | 231 | 305 | 110 | 26 | 0 | 77 | 27 | 121 | 64 | 65 |
| Binary | 10011001 | 11000101 | 1001000 | 10110 | 0 | 111111 | 10111 | 1010001 | 110100 | 110101 |
Color Harmonies of #99C548
Complementary color
Monochromatic Colors of #99C548
Black with #99C548
Text Example
Text Example
White with #99C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C548; }
p { color: rgb(153,197,72); }
H1.HeaderClassName
{
color: #99C548;
}
.AnyTagClassName
{
color: #99C548;
}
</style>
background-color css
<style>
a { background-color: #99C548; }
a { background-color: rgb(153,197,72); }
div.DivClassName
{
background-color: #99C548;
}
.BgClassName
{
background-color: #99C548;
}
</style>
border-color css
<style>
span { border-color: #99C548; }
span { border-color: rgb(153,197,72); }
td.TdClassName
{
border-color: #99C548;
}
.TagClassName
{
border-color: #99C548;
}
</style>