Shades of Atlantis #99E146
Tints of Atlantis #99E146
RGB
CMYK
RGB Variations
Color information
#99E146 (or 0x99E146) is known color: Atlantis. HEX triplet: 99, E1 and 46. RGB value is (153,225,70). Sum of RGB (Red+Green+Blue) = 153+225+70=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 225 (88.28% from 255 or 50.22% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 225 - color contains mainly: green. Hex color #99E146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99E146 is #661EB9. Grayscale: #BABABA. Windows color (decimal): -6692538 or 4645273. OLE color: 4645273.
HSL color Cylindrical-coordinate representation of color #99E146: hue angle of 87.87º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99E146 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 225 | 70 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.12 |
| HSL | 87.87º | 0.72% | 0.58% | - |
| HSV(B) | 87.87º | 0.69% | 0.88% | - |
| XYZ | 41.17 | 61.06 | 15.41 | - |
| YUV | 185.8 | 62.65 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 225 | 70 | 0.32 | 0 | 0.69 | 0.12 | 87.87 | 0.72 | 0.58 |
| Hex | 99 | E1 | 46 | 20 | 0 | 45 | C | 58 | 48 | 3A |
| Octal | 231 | 341 | 106 | 40 | 0 | 105 | 14 | 130 | 110 | 72 |
| Binary | 10011001 | 11100001 | 1000110 | 100000 | 0 | 1000101 | 1100 | 1011000 | 1001000 | 111010 |
Color Harmonies of #99E146
Complementary color
Monochromatic Colors of #99E146
Black with #99E146
Text Example
Text Example
White with #99E146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E146; }
p { color: rgb(153,225,70); }
H1.HeaderClassName
{
color: #99E146;
}
.AnyTagClassName
{
color: #99E146;
}
</style>
background-color css
<style>
a { background-color: #99E146; }
a { background-color: rgb(153,225,70); }
div.DivClassName
{
background-color: #99E146;
}
.BgClassName
{
background-color: #99E146;
}
</style>
border-color css
<style>
span { border-color: #99E146; }
span { border-color: rgb(153,225,70); }
td.TdClassName
{
border-color: #99E146;
}
.TagClassName
{
border-color: #99E146;
}
</style>