Shades of Atlantis #99E23D
Tints of Atlantis #99E23D
RGB
CMYK
RGB Variations
Color information
#99E23D (or 0x99E23D) is known color: Atlantis. HEX triplet: 99, E2 and 3D. RGB value is (153,226,61). Sum of RGB (Red+Green+Blue) = 153+226+61=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 226 (88.67% from 255 or 51.36% from 440); Blue value is 61 (24.22% from 255 or 13.86% from 440); Max value from RGB is 226 - color contains mainly: green. Hex color #99E23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99E23D is #661DC2. Grayscale: #B9B9B9. Windows color (decimal): -6692291 or 4055705. OLE color: 4055705.
HSL color Cylindrical-coordinate representation of color #99E23D: hue angle of 86.55º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99E23D is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 226 | 61 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.11 |
| HSL | 86.55º | 0.74% | 0.56% | - |
| HSV(B) | 86.55º | 0.73% | 0.89% | - |
| XYZ | 41.18 | 61.5 | 14.12 | - |
| YUV | 185.36 | 57.82 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 226 | 61 | 0.32 | 0 | 0.73 | 0.11 | 86.55 | 0.74 | 0.56 |
| Hex | 99 | E2 | 3D | 20 | 0 | 49 | B | 57 | 4A | 38 |
| Octal | 231 | 342 | 75 | 40 | 0 | 111 | 13 | 127 | 112 | 70 |
| Binary | 10011001 | 11100010 | 111101 | 100000 | 0 | 1001001 | 1011 | 1010111 | 1001010 | 111000 |
Color Harmonies of #99E23D
Complementary color
Monochromatic Colors of #99E23D
Black with #99E23D
Text Example
Text Example
White with #99E23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E23D; }
p { color: rgb(153,226,61); }
H1.HeaderClassName
{
color: #99E23D;
}
.AnyTagClassName
{
color: #99E23D;
}
</style>
background-color css
<style>
a { background-color: #99E23D; }
a { background-color: rgb(153,226,61); }
div.DivClassName
{
background-color: #99E23D;
}
.BgClassName
{
background-color: #99E23D;
}
</style>
border-color css
<style>
span { border-color: #99E23D; }
span { border-color: rgb(153,226,61); }
td.TdClassName
{
border-color: #99E23D;
}
.TagClassName
{
border-color: #99E23D;
}
</style>