Shades of Atlantis #99D34A
Tints of Atlantis #99D34A
RGB
CMYK
RGB Variations
Color information
#99D34A (or 0x99D34A) is known color: Atlantis. HEX triplet: 99, D3 and 4A. RGB value is (153,211,74). Sum of RGB (Red+Green+Blue) = 153+211+74=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 211 - color contains mainly: green. Hex color #99D34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D34A is #662CB5. Grayscale: #B2B2B2. Windows color (decimal): -6696118 or 4903833. OLE color: 4903833.
HSL color Cylindrical-coordinate representation of color #99D34A: hue angle of 85.4º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99D34A is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 211 | 74 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.17 |
| HSL | 85.4º | 0.61% | 0.56% | - |
| HSV(B) | 85.4º | 0.65% | 0.83% | - |
| XYZ | 37.67 | 53.86 | 14.89 | - |
| YUV | 178.04 | 69.28 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 211 | 74 | 0.27 | 0 | 0.65 | 0.17 | 85.4 | 0.61 | 0.56 |
| Hex | 99 | D3 | 4A | 1B | 0 | 41 | 11 | 55 | 3D | 38 |
| Octal | 231 | 323 | 112 | 33 | 0 | 101 | 21 | 125 | 75 | 70 |
| Binary | 10011001 | 11010011 | 1001010 | 11011 | 0 | 1000001 | 10001 | 1010101 | 111101 | 111000 |
Color Harmonies of #99D34A
Complementary color
Monochromatic Colors of #99D34A
Black with #99D34A
Text Example
Text Example
White with #99D34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D34A; }
p { color: rgb(153,211,74); }
H1.HeaderClassName
{
color: #99D34A;
}
.AnyTagClassName
{
color: #99D34A;
}
</style>
background-color css
<style>
a { background-color: #99D34A; }
a { background-color: rgb(153,211,74); }
div.DivClassName
{
background-color: #99D34A;
}
.BgClassName
{
background-color: #99D34A;
}
</style>
border-color css
<style>
span { border-color: #99D34A; }
span { border-color: rgb(153,211,74); }
td.TdClassName
{
border-color: #99D34A;
}
.TagClassName
{
border-color: #99D34A;
}
</style>