Shades of Atlantis #9AD850
Tints of Atlantis #9AD850
RGB
CMYK
RGB Variations
Color information
#9AD850 (or 0x9AD850) is known color: Atlantis. HEX triplet: 9A, D8 and 50. RGB value is (154,216,80). Sum of RGB (Red+Green+Blue) = 154+216+80=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD850 is #6527AF. Grayscale: #B6B6B6. Windows color (decimal): -6629296 or 5298330. OLE color: 5298330.
HSL color Cylindrical-coordinate representation of color #9AD850: hue angle of 87.35º 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 #9AD850 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 216 | 80 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.15 |
| HSL | 87.35º | 0.64% | 0.58% | - |
| HSV(B) | 87.35º | 0.63% | 0.85% | - |
| XYZ | 39.33 | 56.56 | 16.43 | - |
| YUV | 181.96 | 70.46 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 216 | 80 | 0.29 | 0 | 0.63 | 0.15 | 87.35 | 0.64 | 0.58 |
| Hex | 9A | D8 | 50 | 1D | 0 | 3F | F | 57 | 40 | 3A |
| Octal | 232 | 330 | 120 | 35 | 0 | 77 | 17 | 127 | 100 | 72 |
| Binary | 10011010 | 11011000 | 1010000 | 11101 | 0 | 111111 | 1111 | 1010111 | 1000000 | 111010 |
Color Harmonies of #9AD850
Complementary color
Monochromatic Colors of #9AD850
Black with #9AD850
Text Example
Text Example
White with #9AD850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD850; }
p { color: rgb(154,216,80); }
H1.HeaderClassName
{
color: #9AD850;
}
.AnyTagClassName
{
color: #9AD850;
}
</style>
background-color css
<style>
a { background-color: #9AD850; }
a { background-color: rgb(154,216,80); }
div.DivClassName
{
background-color: #9AD850;
}
.BgClassName
{
background-color: #9AD850;
}
</style>
border-color css
<style>
span { border-color: #9AD850; }
span { border-color: rgb(154,216,80); }
td.TdClassName
{
border-color: #9AD850;
}
.TagClassName
{
border-color: #9AD850;
}
</style>