Shades of Atlantis #99C441
Tints of Atlantis #99C441
RGB
CMYK
RGB Variations
Color information
#99C441 (or 0x99C441) is known color: Atlantis. HEX triplet: 99, C4 and 41. RGB value is (153,196,65). Sum of RGB (Red+Green+Blue) = 153+196+65=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 196 - color contains mainly: green. Hex color #99C441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C441 is #663BBE. Grayscale: #A8A8A8. Windows color (decimal): -6699967 or 4310169. OLE color: 4310169.
HSL color Cylindrical-coordinate representation of color #99C441: hue angle of 79.69º 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 #99C441 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 196 | 65 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.23 |
| HSL | 79.69º | 0.53% | 0.51% | - |
| HSV(B) | 79.69º | 0.67% | 0.77% | - |
| XYZ | 33.83 | 46.63 | 12.22 | - |
| YUV | 168.21 | 69.75 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 196 | 65 | 0.22 | 0 | 0.67 | 0.23 | 79.69 | 0.53 | 0.51 |
| Hex | 99 | C4 | 41 | 16 | 0 | 43 | 17 | 50 | 35 | 33 |
| Octal | 231 | 304 | 101 | 26 | 0 | 103 | 27 | 120 | 65 | 63 |
| Binary | 10011001 | 11000100 | 1000001 | 10110 | 0 | 1000011 | 10111 | 1010000 | 110101 | 110011 |
Color Harmonies of #99C441
Complementary color
Monochromatic Colors of #99C441
Black with #99C441
Text Example
Text Example
White with #99C441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C441; }
p { color: rgb(153,196,65); }
H1.HeaderClassName
{
color: #99C441;
}
.AnyTagClassName
{
color: #99C441;
}
</style>
background-color css
<style>
a { background-color: #99C441; }
a { background-color: rgb(153,196,65); }
div.DivClassName
{
background-color: #99C441;
}
.BgClassName
{
background-color: #99C441;
}
</style>
border-color css
<style>
span { border-color: #99C441; }
span { border-color: rgb(153,196,65); }
td.TdClassName
{
border-color: #99C441;
}
.TagClassName
{
border-color: #99C441;
}
</style>