Shades of Atlantis #99E24B
Tints of Atlantis #99E24B
RGB
CMYK
RGB Variations
Color information
#99E24B (or 0x99E24B) is known color: Atlantis. HEX triplet: 99, E2 and 4B. RGB value is (153,226,75). Sum of RGB (Red+Green+Blue) = 153+226+75=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 226 (88.67% from 255 or 49.78% from 454); Blue value is 75 (29.69% from 255 or 16.52% from 454); Max value from RGB is 226 - color contains mainly: green. Hex color #99E24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99E24B is #661DB4. Grayscale: #BBBBBB. Windows color (decimal): -6692277 or 4973209. OLE color: 4973209.
HSL color Cylindrical-coordinate representation of color #99E24B: hue angle of 89.01º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99E24B is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 226 | 75 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.11 |
| HSL | 89.01º | 0.72% | 0.59% | - |
| HSV(B) | 89.01º | 0.67% | 0.89% | - |
| XYZ | 41.6 | 61.67 | 16.37 | - |
| YUV | 186.96 | 64.82 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 226 | 75 | 0.32 | 0 | 0.67 | 0.11 | 89.01 | 0.72 | 0.59 |
| Hex | 99 | E2 | 4B | 20 | 0 | 43 | B | 59 | 48 | 3B |
| Octal | 231 | 342 | 113 | 40 | 0 | 103 | 13 | 131 | 110 | 73 |
| Binary | 10011001 | 11100010 | 1001011 | 100000 | 0 | 1000011 | 1011 | 1011001 | 1001000 | 111011 |
Color Harmonies of #99E24B
Complementary color
Monochromatic Colors of #99E24B
Black with #99E24B
Text Example
Text Example
White with #99E24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E24B; }
p { color: rgb(153,226,75); }
H1.HeaderClassName
{
color: #99E24B;
}
.AnyTagClassName
{
color: #99E24B;
}
</style>
background-color css
<style>
a { background-color: #99E24B; }
a { background-color: rgb(153,226,75); }
div.DivClassName
{
background-color: #99E24B;
}
.BgClassName
{
background-color: #99E24B;
}
</style>
border-color css
<style>
span { border-color: #99E24B; }
span { border-color: rgb(153,226,75); }
td.TdClassName
{
border-color: #99E24B;
}
.TagClassName
{
border-color: #99E24B;
}
</style>