Shades of Atlantis #9ABF3E
Tints of Atlantis #9ABF3E
RGB
CMYK
RGB Variations
Color information
#9ABF3E (or 0x9ABF3E) is known color: Atlantis. HEX triplet: 9A, BF and 3E. RGB value is (154,191,62). Sum of RGB (Red+Green+Blue) = 154+191+62=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABF3E is #6540C1. Grayscale: #A5A5A5. Windows color (decimal): -6635714 or 4112282. OLE color: 4112282.
HSL color Cylindrical-coordinate representation of color #9ABF3E: hue angle of 77.21º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9ABF3E is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 191 | 62 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.25 |
| HSL | 77.21º | 0.51% | 0.5% | - |
| HSV(B) | 77.21º | 0.68% | 0.75% | - |
| XYZ | 32.83 | 44.48 | 11.41 | - |
| YUV | 165.23 | 69.74 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 191 | 62 | 0.19 | 0 | 0.68 | 0.25 | 77.21 | 0.51 | 0.5 |
| Hex | 9A | BF | 3E | 13 | 0 | 44 | 19 | 4D | 33 | 32 |
| Octal | 232 | 277 | 76 | 23 | 0 | 104 | 31 | 115 | 63 | 62 |
| Binary | 10011010 | 10111111 | 111110 | 10011 | 0 | 1000100 | 11001 | 1001101 | 110011 | 110010 |
Color Harmonies of #9ABF3E
Complementary color
Monochromatic Colors of #9ABF3E
Black with #9ABF3E
Text Example
Text Example
White with #9ABF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABF3E; }
p { color: rgb(154,191,62); }
H1.HeaderClassName
{
color: #9ABF3E;
}
.AnyTagClassName
{
color: #9ABF3E;
}
</style>
background-color css
<style>
a { background-color: #9ABF3E; }
a { background-color: rgb(154,191,62); }
div.DivClassName
{
background-color: #9ABF3E;
}
.BgClassName
{
background-color: #9ABF3E;
}
</style>
border-color css
<style>
span { border-color: #9ABF3E; }
span { border-color: rgb(154,191,62); }
td.TdClassName
{
border-color: #9ABF3E;
}
.TagClassName
{
border-color: #9ABF3E;
}
</style>