Shades of Atlantis #99C44C
Tints of Atlantis #99C44C
RGB
CMYK
RGB Variations
Color information
#99C44C (or 0x99C44C) is known color: Atlantis. HEX triplet: 99, C4 and 4C. RGB value is (153,196,76). Sum of RGB (Red+Green+Blue) = 153+196+76=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 196 - color contains mainly: green. Hex color #99C44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C44C is #663BB3. Grayscale: #A9A9A9. Windows color (decimal): -6699956 or 5031065. OLE color: 5031065.
HSL color Cylindrical-coordinate representation of color #99C44C: hue angle of 81.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99C44C is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 196 | 76 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.23 |
| HSL | 81.5º | 0.5% | 0.53% | - |
| HSV(B) | 81.5º | 0.61% | 0.77% | - |
| XYZ | 34.18 | 46.77 | 14.06 | - |
| YUV | 169.46 | 75.25 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 196 | 76 | 0.22 | 0 | 0.61 | 0.23 | 81.5 | 0.5 | 0.53 |
| Hex | 99 | C4 | 4C | 16 | 0 | 3D | 17 | 52 | 32 | 35 |
| Octal | 231 | 304 | 114 | 26 | 0 | 75 | 27 | 122 | 62 | 65 |
| Binary | 10011001 | 11000100 | 1001100 | 10110 | 0 | 111101 | 10111 | 1010010 | 110010 | 110101 |
Color Harmonies of #99C44C
Complementary color
Monochromatic Colors of #99C44C
Black with #99C44C
Text Example
Text Example
White with #99C44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C44C; }
p { color: rgb(153,196,76); }
H1.HeaderClassName
{
color: #99C44C;
}
.AnyTagClassName
{
color: #99C44C;
}
</style>
background-color css
<style>
a { background-color: #99C44C; }
a { background-color: rgb(153,196,76); }
div.DivClassName
{
background-color: #99C44C;
}
.BgClassName
{
background-color: #99C44C;
}
</style>
border-color css
<style>
span { border-color: #99C44C; }
span { border-color: rgb(153,196,76); }
td.TdClassName
{
border-color: #99C44C;
}
.TagClassName
{
border-color: #99C44C;
}
</style>