Shades of Atlantis #9AD056
Tints of Atlantis #9AD056
RGB
CMYK
RGB Variations
Color information
#9AD056 (or 0x9AD056) is known color: Atlantis. HEX triplet: 9A, D0 and 56. RGB value is (154,208,86). Sum of RGB (Red+Green+Blue) = 154+208+86=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD056 is #652FA9. Grayscale: #B2B2B2. Windows color (decimal): -6631338 or 5689498. OLE color: 5689498.
HSL color Cylindrical-coordinate representation of color #9AD056: hue angle of 86.56º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9AD056 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 208 | 86 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.18 |
| HSL | 86.56º | 0.56% | 0.58% | - |
| HSV(B) | 86.56º | 0.59% | 0.82% | - |
| XYZ | 37.56 | 52.65 | 16.99 | - |
| YUV | 177.95 | 76.11 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 86 | 0.26 | 0 | 0.59 | 0.18 | 86.56 | 0.56 | 0.58 |
| Hex | 9A | D0 | 56 | 1A | 0 | 3B | 12 | 57 | 38 | 3A |
| Octal | 232 | 320 | 126 | 32 | 0 | 73 | 22 | 127 | 70 | 72 |
| Binary | 10011010 | 11010000 | 1010110 | 11010 | 0 | 111011 | 10010 | 1010111 | 111000 | 111010 |
Color Harmonies of #9AD056
Complementary color
Monochromatic Colors of #9AD056
Black with #9AD056
Text Example
Text Example
White with #9AD056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD056; }
p { color: rgb(154,208,86); }
H1.HeaderClassName
{
color: #9AD056;
}
.AnyTagClassName
{
color: #9AD056;
}
</style>
background-color css
<style>
a { background-color: #9AD056; }
a { background-color: rgb(154,208,86); }
div.DivClassName
{
background-color: #9AD056;
}
.BgClassName
{
background-color: #9AD056;
}
</style>
border-color css
<style>
span { border-color: #9AD056; }
span { border-color: rgb(154,208,86); }
td.TdClassName
{
border-color: #9AD056;
}
.TagClassName
{
border-color: #9AD056;
}
</style>