Shades of Atlantis #99D344
Tints of Atlantis #99D344
RGB
CMYK
RGB Variations
Color information
#99D344 (or 0x99D344) is known color: Atlantis. HEX triplet: 99, D3 and 44. RGB value is (153,211,68). Sum of RGB (Red+Green+Blue) = 153+211+68=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 68 (26.95% from 255 or 15.74% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #99D344 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D344 is #662CBB. Grayscale: #B1B1B1. Windows color (decimal): -6696124 or 4510617. OLE color: 4510617.
HSL color Cylindrical-coordinate representation of color #99D344: hue angle of 84.34º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #99D344 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 211 | 68 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.17 |
| HSL | 84.34º | 0.62% | 0.55% | - |
| HSV(B) | 84.34º | 0.68% | 0.83% | - |
| XYZ | 37.47 | 53.78 | 13.87 | - |
| YUV | 177.36 | 66.28 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 211 | 68 | 0.27 | 0 | 0.68 | 0.17 | 84.34 | 0.62 | 0.55 |
| Hex | 99 | D3 | 44 | 1B | 0 | 44 | 11 | 54 | 3E | 37 |
| Octal | 231 | 323 | 104 | 33 | 0 | 104 | 21 | 124 | 76 | 67 |
| Binary | 10011001 | 11010011 | 1000100 | 11011 | 0 | 1000100 | 10001 | 1010100 | 111110 | 110111 |
Color Harmonies of #99D344
Complementary color
Monochromatic Colors of #99D344
Black with #99D344
Text Example
Text Example
White with #99D344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D344; }
p { color: rgb(153,211,68); }
H1.HeaderClassName
{
color: #99D344;
}
.AnyTagClassName
{
color: #99D344;
}
</style>
background-color css
<style>
a { background-color: #99D344; }
a { background-color: rgb(153,211,68); }
div.DivClassName
{
background-color: #99D344;
}
.BgClassName
{
background-color: #99D344;
}
</style>
border-color css
<style>
span { border-color: #99D344; }
span { border-color: rgb(153,211,68); }
td.TdClassName
{
border-color: #99D344;
}
.TagClassName
{
border-color: #99D344;
}
</style>