Shades of Atlantis #9ABE3E
Tints of Atlantis #9ABE3E
RGB
CMYK
RGB Variations
Color information
#9ABE3E (or 0x9ABE3E) is known color: Atlantis. HEX triplet: 9A, BE and 3E. RGB value is (154,190,62). Sum of RGB (Red+Green+Blue) = 154+190+62=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 62 (24.61% from 255 or 15.27% from 406); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABE3E is #6541C1. Grayscale: #A5A5A5. Windows color (decimal): -6635970 or 4112026. OLE color: 4112026.
HSL color Cylindrical-coordinate representation of color #9ABE3E: hue angle of 76.88º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9ABE3E is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 190 | 62 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.25 |
| HSL | 76.88º | 0.51% | 0.49% | - |
| HSV(B) | 76.88º | 0.67% | 0.75% | - |
| XYZ | 32.61 | 44.04 | 11.34 | - |
| YUV | 164.64 | 70.07 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 62 | 0.19 | 0 | 0.67 | 0.25 | 76.88 | 0.51 | 0.49 |
| Hex | 9A | BE | 3E | 13 | 0 | 43 | 19 | 4D | 33 | 31 |
| Octal | 232 | 276 | 76 | 23 | 0 | 103 | 31 | 115 | 63 | 61 |
| Binary | 10011010 | 10111110 | 111110 | 10011 | 0 | 1000011 | 11001 | 1001101 | 110011 | 110001 |
Color Harmonies of #9ABE3E
Complementary color
Monochromatic Colors of #9ABE3E
Black with #9ABE3E
Text Example
Text Example
White with #9ABE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABE3E; }
p { color: rgb(154,190,62); }
H1.HeaderClassName
{
color: #9ABE3E;
}
.AnyTagClassName
{
color: #9ABE3E;
}
</style>
background-color css
<style>
a { background-color: #9ABE3E; }
a { background-color: rgb(154,190,62); }
div.DivClassName
{
background-color: #9ABE3E;
}
.BgClassName
{
background-color: #9ABE3E;
}
</style>
border-color css
<style>
span { border-color: #9ABE3E; }
span { border-color: rgb(154,190,62); }
td.TdClassName
{
border-color: #9ABE3E;
}
.TagClassName
{
border-color: #9ABE3E;
}
</style>