Shades of Atlantis #99E346
Tints of Atlantis #99E346
RGB
CMYK
RGB Variations
Color information
#99E346 (or 0x99E346) is known color: Atlantis. HEX triplet: 99, E3 and 46. RGB value is (153,227,70). Sum of RGB (Red+Green+Blue) = 153+227+70=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 227 (89.06% from 255 or 50.44% from 450); Blue value is 70 (27.73% from 255 or 15.56% from 450); Max value from RGB is 227 - color contains mainly: green. Hex color #99E346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99E346 is #661CB9. Grayscale: #BBBBBB. Windows color (decimal): -6692026 or 4645785. OLE color: 4645785.
HSL color Cylindrical-coordinate representation of color #99E346: hue angle of 88.28º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99E346 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 227 | 70 | - |
| CMYK | 0.33 | 0 | 0.69 | 0.11 |
| HSL | 88.28º | 0.74% | 0.58% | - |
| HSV(B) | 88.28º | 0.69% | 0.89% | - |
| XYZ | 41.71 | 62.15 | 15.59 | - |
| YUV | 186.98 | 61.98 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 227 | 70 | 0.33 | 0 | 0.69 | 0.11 | 88.28 | 0.74 | 0.58 |
| Hex | 99 | E3 | 46 | 21 | 0 | 45 | B | 58 | 4A | 3A |
| Octal | 231 | 343 | 106 | 41 | 0 | 105 | 13 | 130 | 112 | 72 |
| Binary | 10011001 | 11100011 | 1000110 | 100001 | 0 | 1000101 | 1011 | 1011000 | 1001010 | 111010 |
Color Harmonies of #99E346
Complementary color
Monochromatic Colors of #99E346
Black with #99E346
Text Example
Text Example
White with #99E346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E346; }
p { color: rgb(153,227,70); }
H1.HeaderClassName
{
color: #99E346;
}
.AnyTagClassName
{
color: #99E346;
}
</style>
background-color css
<style>
a { background-color: #99E346; }
a { background-color: rgb(153,227,70); }
div.DivClassName
{
background-color: #99E346;
}
.BgClassName
{
background-color: #99E346;
}
</style>
border-color css
<style>
span { border-color: #99E346; }
span { border-color: rgb(153,227,70); }
td.TdClassName
{
border-color: #99E346;
}
.TagClassName
{
border-color: #99E346;
}
</style>