Shades of Atlantis #99C342
Tints of Atlantis #99C342
RGB
CMYK
RGB Variations
Color information
#99C342 (or 0x99C342) is known color: Atlantis. HEX triplet: 99, C3 and 42. RGB value is (153,195,66). Sum of RGB (Red+Green+Blue) = 153+195+66=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #99C342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C342 is #663CBD. Grayscale: #A8A8A8. Windows color (decimal): -6700222 or 4375449. OLE color: 4375449.
HSL color Cylindrical-coordinate representation of color #99C342: hue angle of 79.53º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99C342 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 66 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.24 |
| HSL | 79.53º | 0.52% | 0.51% | - |
| HSV(B) | 79.53º | 0.66% | 0.76% | - |
| XYZ | 33.64 | 46.2 | 12.3 | - |
| YUV | 167.74 | 70.59 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 66 | 0.22 | 0 | 0.66 | 0.24 | 79.53 | 0.52 | 0.51 |
| Hex | 99 | C3 | 42 | 16 | 0 | 42 | 18 | 50 | 34 | 33 |
| Octal | 231 | 303 | 102 | 26 | 0 | 102 | 30 | 120 | 64 | 63 |
| Binary | 10011001 | 11000011 | 1000010 | 10110 | 0 | 1000010 | 11000 | 1010000 | 110100 | 110011 |
Color Harmonies of #99C342
Complementary color
Monochromatic Colors of #99C342
Black with #99C342
Text Example
Text Example
White with #99C342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C342; }
p { color: rgb(153,195,66); }
H1.HeaderClassName
{
color: #99C342;
}
.AnyTagClassName
{
color: #99C342;
}
</style>
background-color css
<style>
a { background-color: #99C342; }
a { background-color: rgb(153,195,66); }
div.DivClassName
{
background-color: #99C342;
}
.BgClassName
{
background-color: #99C342;
}
</style>
border-color css
<style>
span { border-color: #99C342; }
span { border-color: rgb(153,195,66); }
td.TdClassName
{
border-color: #99C342;
}
.TagClassName
{
border-color: #99C342;
}
</style>