Shades of Atlantis #9AE949
Tints of Atlantis #9AE949
RGB
CMYK
RGB Variations
Color information
#9AE949 (or 0x9AE949) is known color: Atlantis. HEX triplet: 9A, E9 and 49. RGB value is (154,233,73). Sum of RGB (Red+Green+Blue) = 154+233+73=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 233 (91.41% from 255 or 50.65% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 233 - color contains mainly: green. Hex color #9AE949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9AE949 is #6516B6. Grayscale: #BFBFBF. Windows color (decimal): -6624951 or 4843930. OLE color: 4843930.
HSL color Cylindrical-coordinate representation of color #9AE949: hue angle of 89.62º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9AE949 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 233 | 73 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.09 |
| HSL | 89.63º | 0.78% | 0.6% | - |
| HSV(B) | 89.63º | 0.69% | 0.91% | - |
| XYZ | 43.67 | 65.63 | 16.67 | - |
| YUV | 191.14 | 61.33 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 233 | 73 | 0.34 | 0 | 0.69 | 0.09 | 89.63 | 0.78 | 0.6 |
| Hex | 9A | E9 | 49 | 22 | 0 | 45 | 9 | 5A | 4E | 3C |
| Octal | 232 | 351 | 111 | 42 | 0 | 105 | 11 | 132 | 116 | 74 |
| Binary | 10011010 | 11101001 | 1001001 | 100010 | 0 | 1000101 | 1001 | 1011010 | 1001110 | 111100 |
Color Harmonies of #9AE949
Complementary color
Monochromatic Colors of #9AE949
Black with #9AE949
Text Example
Text Example
White with #9AE949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE949; }
p { color: rgb(154,233,73); }
H1.HeaderClassName
{
color: #9AE949;
}
.AnyTagClassName
{
color: #9AE949;
}
</style>
background-color css
<style>
a { background-color: #9AE949; }
a { background-color: rgb(154,233,73); }
div.DivClassName
{
background-color: #9AE949;
}
.BgClassName
{
background-color: #9AE949;
}
</style>
border-color css
<style>
span { border-color: #9AE949; }
span { border-color: rgb(154,233,73); }
td.TdClassName
{
border-color: #9AE949;
}
.TagClassName
{
border-color: #9AE949;
}
</style>