Shades of Atlantis #99E649
Tints of Atlantis #99E649
RGB
CMYK
RGB Variations
Color information
#99E649 (or 0x99E649) is known color: Atlantis. HEX triplet: 99, E6 and 49. RGB value is (153,230,73). Sum of RGB (Red+Green+Blue) = 153+230+73=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 230 (90.23% from 255 or 50.44% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 230 - color contains mainly: green. Hex color #99E649 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99E649 is #6619B6. Grayscale: #BDBDBD. Windows color (decimal): -6691255 or 4843161. OLE color: 4843161.
HSL color Cylindrical-coordinate representation of color #99E649: hue angle of 89.43º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #99E649 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 230 | 73 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.10 |
| HSL | 89.43º | 0.76% | 0.59% | - |
| HSV(B) | 89.43º | 0.68% | 0.9% | - |
| XYZ | 42.64 | 63.85 | 16.38 | - |
| YUV | 189.08 | 62.49 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 230 | 73 | 0.33 | 0 | 0.68 | 0.10 | 89.43 | 0.76 | 0.59 |
| Hex | 99 | E6 | 49 | 21 | 0 | 44 | A | 59 | 4C | 3B |
| Octal | 231 | 346 | 111 | 41 | 0 | 104 | 12 | 131 | 114 | 73 |
| Binary | 10011001 | 11100110 | 1001001 | 100001 | 0 | 1000100 | 1010 | 1011001 | 1001100 | 111011 |
Color Harmonies of #99E649
Complementary color
Monochromatic Colors of #99E649
Black with #99E649
Text Example
Text Example
White with #99E649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E649; }
p { color: rgb(153,230,73); }
H1.HeaderClassName
{
color: #99E649;
}
.AnyTagClassName
{
color: #99E649;
}
</style>
background-color css
<style>
a { background-color: #99E649; }
a { background-color: rgb(153,230,73); }
div.DivClassName
{
background-color: #99E649;
}
.BgClassName
{
background-color: #99E649;
}
</style>
border-color css
<style>
span { border-color: #99E649; }
span { border-color: rgb(153,230,73); }
td.TdClassName
{
border-color: #99E649;
}
.TagClassName
{
border-color: #99E649;
}
</style>