Shades of Atlantis #9AD951
Tints of Atlantis #9AD951
RGB
CMYK
RGB Variations
Color information
#9AD951 (or 0x9AD951) is known color: Atlantis. HEX triplet: 9A, D9 and 51. RGB value is (154,217,81). Sum of RGB (Red+Green+Blue) = 154+217+81=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 81 (32.03% from 255 or 17.92% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD951 is #6526AE. Grayscale: #B7B7B7. Windows color (decimal): -6629039 or 5364122. OLE color: 5364122.
HSL color Cylindrical-coordinate representation of color #9AD951: hue angle of 87.79º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9AD951 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 217 | 81 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.15 |
| HSL | 87.79º | 0.64% | 0.58% | - |
| HSV(B) | 87.79º | 0.63% | 0.85% | - |
| XYZ | 39.62 | 57.09 | 16.72 | - |
| YUV | 182.66 | 70.63 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 217 | 81 | 0.29 | 0 | 0.63 | 0.15 | 87.79 | 0.64 | 0.58 |
| Hex | 9A | D9 | 51 | 1D | 0 | 3F | F | 58 | 40 | 3A |
| Octal | 232 | 331 | 121 | 35 | 0 | 77 | 17 | 130 | 100 | 72 |
| Binary | 10011010 | 11011001 | 1010001 | 11101 | 0 | 111111 | 1111 | 1011000 | 1000000 | 111010 |
Color Harmonies of #9AD951
Complementary color
Monochromatic Colors of #9AD951
Black with #9AD951
Text Example
Text Example
White with #9AD951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD951; }
p { color: rgb(154,217,81); }
H1.HeaderClassName
{
color: #9AD951;
}
.AnyTagClassName
{
color: #9AD951;
}
</style>
background-color css
<style>
a { background-color: #9AD951; }
a { background-color: rgb(154,217,81); }
div.DivClassName
{
background-color: #9AD951;
}
.BgClassName
{
background-color: #9AD951;
}
</style>
border-color css
<style>
span { border-color: #9AD951; }
span { border-color: rgb(154,217,81); }
td.TdClassName
{
border-color: #9AD951;
}
.TagClassName
{
border-color: #9AD951;
}
</style>