Shades of Atlantis #99E745
Tints of Atlantis #99E745
RGB
CMYK
RGB Variations
Color information
#99E745 (or 0x99E745) is known color: Atlantis. HEX triplet: 99, E7 and 45. RGB value is (153,231,69). Sum of RGB (Red+Green+Blue) = 153+231+69=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 231 (90.62% from 255 or 50.99% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 231 - color contains mainly: green. Hex color #99E745 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99E745 is #6618BA. Grayscale: #BDBDBD. Windows color (decimal): -6691003 or 4581273. OLE color: 4581273.
HSL color Cylindrical-coordinate representation of color #99E745: hue angle of 88.89º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99E745 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 231 | 69 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.09 |
| HSL | 88.89º | 0.77% | 0.59% | - |
| HSV(B) | 88.89º | 0.7% | 0.91% | - |
| XYZ | 42.79 | 64.35 | 15.8 | - |
| YUV | 189.21 | 60.16 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 231 | 69 | 0.34 | 0 | 0.70 | 0.09 | 88.89 | 0.77 | 0.59 |
| Hex | 99 | E7 | 45 | 22 | 0 | 46 | 9 | 59 | 4D | 3B |
| Octal | 231 | 347 | 105 | 42 | 0 | 106 | 11 | 131 | 115 | 73 |
| Binary | 10011001 | 11100111 | 1000101 | 100010 | 0 | 1000110 | 1001 | 1011001 | 1001101 | 111011 |
Color Harmonies of #99E745
Complementary color
Monochromatic Colors of #99E745
Black with #99E745
Text Example
Text Example
White with #99E745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E745; }
p { color: rgb(153,231,69); }
H1.HeaderClassName
{
color: #99E745;
}
.AnyTagClassName
{
color: #99E745;
}
</style>
background-color css
<style>
a { background-color: #99E745; }
a { background-color: rgb(153,231,69); }
div.DivClassName
{
background-color: #99E745;
}
.BgClassName
{
background-color: #99E745;
}
</style>
border-color css
<style>
span { border-color: #99E745; }
span { border-color: rgb(153,231,69); }
td.TdClassName
{
border-color: #99E745;
}
.TagClassName
{
border-color: #99E745;
}
</style>