Shades of Atlantis #9AE92F
Tints of Atlantis #9AE92F
RGB
CMYK
RGB Variations
Color information
#9AE92F (or 0x9AE92F) is known color: Atlantis. HEX triplet: 9A, E9 and 2F. RGB value is (154,233,47). Sum of RGB (Red+Green+Blue) = 154+233+47=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 233 (91.41% from 255 or 53.69% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 233 - color contains mainly: green. Hex color #9AE92F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9AE92F is #6516D0. Grayscale: #BCBCBC. Windows color (decimal): -6624977 or 3139994. OLE color: 3139994.
HSL color Cylindrical-coordinate representation of color #9AE92F: hue angle of 85.48º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9AE92F is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 233 | 47 | - |
| CMYK | 0.34 | 0 | 0.80 | 0.09 |
| HSL | 85.48º | 0.81% | 0.55% | - |
| HSV(B) | 85.48º | 0.8% | 0.91% | - |
| XYZ | 42.98 | 65.35 | 13.04 | - |
| YUV | 188.18 | 48.33 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 233 | 47 | 0.34 | 0 | 0.80 | 0.09 | 85.48 | 0.81 | 0.55 |
| Hex | 9A | E9 | 2F | 22 | 0 | 50 | 9 | 55 | 51 | 37 |
| Octal | 232 | 351 | 57 | 42 | 0 | 120 | 11 | 125 | 121 | 67 |
| Binary | 10011010 | 11101001 | 101111 | 100010 | 0 | 1010000 | 1001 | 1010101 | 1010001 | 110111 |
Color Harmonies of #9AE92F
Complementary color
Monochromatic Colors of #9AE92F
Black with #9AE92F
Text Example
Text Example
White with #9AE92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE92F; }
p { color: rgb(154,233,47); }
H1.HeaderClassName
{
color: #9AE92F;
}
.AnyTagClassName
{
color: #9AE92F;
}
</style>
background-color css
<style>
a { background-color: #9AE92F; }
a { background-color: rgb(154,233,47); }
div.DivClassName
{
background-color: #9AE92F;
}
.BgClassName
{
background-color: #9AE92F;
}
</style>
border-color css
<style>
span { border-color: #9AE92F; }
span { border-color: rgb(154,233,47); }
td.TdClassName
{
border-color: #9AE92F;
}
.TagClassName
{
border-color: #9AE92F;
}
</style>