Shades of Atlantis #A9E23B
Tints of Atlantis #A9E23B
RGB
CMYK
RGB Variations
Color information
#A9E23B (or 0xA9E23B) is known color: Atlantis. HEX triplet: A9, E2 and 3B. RGB value is (169,226,59). Sum of RGB (Red+Green+Blue) = 169+226+59=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 226 (88.67% from 255 or 49.78% from 454); Blue value is 59 (23.44% from 255 or 13.00% from 454); Max value from RGB is 226 - color contains mainly: green. Hex color #A9E23B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9E23B is #561DC4. Grayscale: #BEBEBE. Windows color (decimal): -5643717 or 3924649. OLE color: 3924649.
HSL color Cylindrical-coordinate representation of color #A9E23B: hue angle of 80.48º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A9E23B is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 226 | 59 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.11 |
| HSL | 80.48º | 0.74% | 0.56% | - |
| HSV(B) | 80.48º | 0.74% | 0.89% | - |
| XYZ | 44.35 | 63.14 | 13.99 | - |
| YUV | 189.92 | 54.12 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 226 | 59 | 0.25 | 0 | 0.74 | 0.11 | 80.48 | 0.74 | 0.56 |
| Hex | A9 | E2 | 3B | 19 | 0 | 4A | B | 50 | 4A | 38 |
| Octal | 251 | 342 | 73 | 31 | 0 | 112 | 13 | 120 | 112 | 70 |
| Binary | 10101001 | 11100010 | 111011 | 11001 | 0 | 1001010 | 1011 | 1010000 | 1001010 | 111000 |
Color Harmonies of #A9E23B
Complementary color
Monochromatic Colors of #A9E23B
Black with #A9E23B
Text Example
Text Example
White with #A9E23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E23B; }
p { color: rgb(169,226,59); }
H1.HeaderClassName
{
color: #A9E23B;
}
.AnyTagClassName
{
color: #A9E23B;
}
</style>
background-color css
<style>
a { background-color: #A9E23B; }
a { background-color: rgb(169,226,59); }
div.DivClassName
{
background-color: #A9E23B;
}
.BgClassName
{
background-color: #A9E23B;
}
</style>
border-color css
<style>
span { border-color: #A9E23B; }
span { border-color: rgb(169,226,59); }
td.TdClassName
{
border-color: #A9E23B;
}
.TagClassName
{
border-color: #A9E23B;
}
</style>