Shades of Atlantis #99C541
Tints of Atlantis #99C541
RGB
CMYK
RGB Variations
Color information
#99C541 (or 0x99C541) is known color: Atlantis. HEX triplet: 99, C5 and 41. RGB value is (153,197,65). Sum of RGB (Red+Green+Blue) = 153+197+65=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #99C541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C541 is #663ABE. Grayscale: #A9A9A9. Windows color (decimal): -6699711 or 4310425. OLE color: 4310425.
HSL color Cylindrical-coordinate representation of color #99C541: hue angle of 80º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99C541 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 65 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.23 |
| HSL | 80º | 0.53% | 0.51% | - |
| HSV(B) | 80º | 0.67% | 0.77% | - |
| XYZ | 34.06 | 47.09 | 12.29 | - |
| YUV | 168.8 | 69.42 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 65 | 0.22 | 0 | 0.67 | 0.23 | 80 | 0.53 | 0.51 |
| Hex | 99 | C5 | 41 | 16 | 0 | 43 | 17 | 50 | 35 | 33 |
| Octal | 231 | 305 | 101 | 26 | 0 | 103 | 27 | 120 | 65 | 63 |
| Binary | 10011001 | 11000101 | 1000001 | 10110 | 0 | 1000011 | 10111 | 1010000 | 110101 | 110011 |
Color Harmonies of #99C541
Complementary color
Monochromatic Colors of #99C541
Black with #99C541
Text Example
Text Example
White with #99C541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C541; }
p { color: rgb(153,197,65); }
H1.HeaderClassName
{
color: #99C541;
}
.AnyTagClassName
{
color: #99C541;
}
</style>
background-color css
<style>
a { background-color: #99C541; }
a { background-color: rgb(153,197,65); }
div.DivClassName
{
background-color: #99C541;
}
.BgClassName
{
background-color: #99C541;
}
</style>
border-color css
<style>
span { border-color: #99C541; }
span { border-color: rgb(153,197,65); }
td.TdClassName
{
border-color: #99C541;
}
.TagClassName
{
border-color: #99C541;
}
</style>