Shades of Atlantis #99C442
Tints of Atlantis #99C442
RGB
CMYK
RGB Variations
Color information
#99C442 (or 0x99C442) is known color: Atlantis. HEX triplet: 99, C4 and 42. RGB value is (153,196,66). Sum of RGB (Red+Green+Blue) = 153+196+66=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #99C442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C442 is #663BBD. Grayscale: #A8A8A8. Windows color (decimal): -6699966 or 4375705. OLE color: 4375705.
HSL color Cylindrical-coordinate representation of color #99C442: hue angle of 79.85º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99C442 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 196 | 66 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.23 |
| HSL | 79.85º | 0.52% | 0.51% | - |
| HSV(B) | 79.85º | 0.66% | 0.77% | - |
| XYZ | 33.86 | 46.65 | 12.37 | - |
| YUV | 168.32 | 70.25 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 196 | 66 | 0.22 | 0 | 0.66 | 0.23 | 79.85 | 0.52 | 0.51 |
| Hex | 99 | C4 | 42 | 16 | 0 | 42 | 17 | 50 | 34 | 33 |
| Octal | 231 | 304 | 102 | 26 | 0 | 102 | 27 | 120 | 64 | 63 |
| Binary | 10011001 | 11000100 | 1000010 | 10110 | 0 | 1000010 | 10111 | 1010000 | 110100 | 110011 |
Color Harmonies of #99C442
Complementary color
Monochromatic Colors of #99C442
Black with #99C442
Text Example
Text Example
White with #99C442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C442; }
p { color: rgb(153,196,66); }
H1.HeaderClassName
{
color: #99C442;
}
.AnyTagClassName
{
color: #99C442;
}
</style>
background-color css
<style>
a { background-color: #99C442; }
a { background-color: rgb(153,196,66); }
div.DivClassName
{
background-color: #99C442;
}
.BgClassName
{
background-color: #99C442;
}
</style>
border-color css
<style>
span { border-color: #99C442; }
span { border-color: rgb(153,196,66); }
td.TdClassName
{
border-color: #99C442;
}
.TagClassName
{
border-color: #99C442;
}
</style>