Shades of Atlantis #9ABE4D
Tints of Atlantis #9ABE4D
RGB
CMYK
RGB Variations
Color information
#9ABE4D (or 0x9ABE4D) is known color: Atlantis. HEX triplet: 9A, BE and 4D. RGB value is (154,190,77). Sum of RGB (Red+Green+Blue) = 154+190+77=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABE4D is #6541B2. Grayscale: #A6A6A6. Windows color (decimal): -6635955 or 5095066. OLE color: 5095066.
HSL color Cylindrical-coordinate representation of color #9ABE4D: hue angle of 79.12º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9ABE4D is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 190 | 77 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.25 |
| HSL | 79.12º | 0.47% | 0.52% | - |
| HSV(B) | 79.12º | 0.59% | 0.75% | - |
| XYZ | 33.08 | 44.23 | 13.82 | - |
| YUV | 166.35 | 77.57 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 77 | 0.19 | 0 | 0.59 | 0.25 | 79.12 | 0.47 | 0.52 |
| Hex | 9A | BE | 4D | 13 | 0 | 3B | 19 | 4F | 2F | 34 |
| Octal | 232 | 276 | 115 | 23 | 0 | 73 | 31 | 117 | 57 | 64 |
| Binary | 10011010 | 10111110 | 1001101 | 10011 | 0 | 111011 | 11001 | 1001111 | 101111 | 110100 |
Color Harmonies of #9ABE4D
Complementary color
Monochromatic Colors of #9ABE4D
Black with #9ABE4D
Text Example
Text Example
White with #9ABE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABE4D; }
p { color: rgb(154,190,77); }
H1.HeaderClassName
{
color: #9ABE4D;
}
.AnyTagClassName
{
color: #9ABE4D;
}
</style>
background-color css
<style>
a { background-color: #9ABE4D; }
a { background-color: rgb(154,190,77); }
div.DivClassName
{
background-color: #9ABE4D;
}
.BgClassName
{
background-color: #9ABE4D;
}
</style>
border-color css
<style>
span { border-color: #9ABE4D; }
span { border-color: rgb(154,190,77); }
td.TdClassName
{
border-color: #9ABE4D;
}
.TagClassName
{
border-color: #9ABE4D;
}
</style>