Shades of Atlantis #9AE348
Tints of Atlantis #9AE348
RGB
CMYK
RGB Variations
Color information
#9AE348 (or 0x9AE348) is known color: Atlantis. HEX triplet: 9A, E3 and 48. RGB value is (154,227,72). Sum of RGB (Red+Green+Blue) = 154+227+72=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 227 (89.06% from 255 or 50.11% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 227 - color contains mainly: green. Hex color #9AE348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AE348 is #651CB7. Grayscale: #BCBCBC. Windows color (decimal): -6626488 or 4776858. OLE color: 4776858.
HSL color Cylindrical-coordinate representation of color #9AE348: hue angle of 88.26º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9AE348 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 154 | 227 | 72 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.11 |
| HSL | 88.26º | 0.73% | 0.59% | - |
| HSV(B) | 88.26º | 0.68% | 0.89% | - |
| XYZ | 41.97 | 62.28 | 15.94 | - |
| YUV | 187.5 | 62.82 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 227 | 72 | 0.32 | 0 | 0.68 | 0.11 | 88.26 | 0.73 | 0.59 |
| Hex | 9A | E3 | 48 | 20 | 0 | 44 | B | 58 | 49 | 3B |
| Octal | 232 | 343 | 110 | 40 | 0 | 104 | 13 | 130 | 111 | 73 |
| Binary | 10011010 | 11100011 | 1001000 | 100000 | 0 | 1000100 | 1011 | 1011000 | 1001001 | 111011 |
Color Harmonies of #9AE348
Complementary color
Monochromatic Colors of #9AE348
Black with #9AE348
Text Example
Text Example
White with #9AE348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE348; }
p { color: rgb(154,227,72); }
H1.HeaderClassName
{
color: #9AE348;
}
.AnyTagClassName
{
color: #9AE348;
}
</style>
background-color css
<style>
a { background-color: #9AE348; }
a { background-color: rgb(154,227,72); }
div.DivClassName
{
background-color: #9AE348;
}
.BgClassName
{
background-color: #9AE348;
}
</style>
border-color css
<style>
span { border-color: #9AE348; }
span { border-color: rgb(154,227,72); }
td.TdClassName
{
border-color: #9AE348;
}
.TagClassName
{
border-color: #9AE348;
}
</style>