Shades of Atlantis #9AE345
Tints of Atlantis #9AE345
RGB
CMYK
RGB Variations
Color information
#9AE345 (or 0x9AE345) is known color: Atlantis. HEX triplet: 9A, E3 and 45. RGB value is (154,227,69). Sum of RGB (Red+Green+Blue) = 154+227+69=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 227 (89.06% from 255 or 50.44% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 227 - color contains mainly: green. Hex color #9AE345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AE345 is #651CBA. Grayscale: #BBBBBB. Windows color (decimal): -6626491 or 4580250. OLE color: 4580250.
HSL color Cylindrical-coordinate representation of color #9AE345: hue angle of 87.72º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9AE345 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 154 | 227 | 69 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.11 |
| HSL | 87.72º | 0.74% | 0.58% | - |
| HSV(B) | 87.72º | 0.7% | 0.89% | - |
| XYZ | 41.87 | 62.24 | 15.44 | - |
| YUV | 187.16 | 61.32 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 227 | 69 | 0.32 | 0 | 0.70 | 0.11 | 87.72 | 0.74 | 0.58 |
| Hex | 9A | E3 | 45 | 20 | 0 | 46 | B | 58 | 4A | 3A |
| Octal | 232 | 343 | 105 | 40 | 0 | 106 | 13 | 130 | 112 | 72 |
| Binary | 10011010 | 11100011 | 1000101 | 100000 | 0 | 1000110 | 1011 | 1011000 | 1001010 | 111010 |
Color Harmonies of #9AE345
Complementary color
Monochromatic Colors of #9AE345
Black with #9AE345
Text Example
Text Example
White with #9AE345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE345; }
p { color: rgb(154,227,69); }
H1.HeaderClassName
{
color: #9AE345;
}
.AnyTagClassName
{
color: #9AE345;
}
</style>
background-color css
<style>
a { background-color: #9AE345; }
a { background-color: rgb(154,227,69); }
div.DivClassName
{
background-color: #9AE345;
}
.BgClassName
{
background-color: #9AE345;
}
</style>
border-color css
<style>
span { border-color: #9AE345; }
span { border-color: rgb(154,227,69); }
td.TdClassName
{
border-color: #9AE345;
}
.TagClassName
{
border-color: #9AE345;
}
</style>