Shades of Atlantis #9AD535
Tints of Atlantis #9AD535
RGB
CMYK
RGB Variations
Color information
#9AD535 (or 0x9AD535) is known color: Atlantis. HEX triplet: 9A, D5 and 35. RGB value is (154,213,53). Sum of RGB (Red+Green+Blue) = 154+213+53=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD535 is #652ACA. Grayscale: #B1B1B1. Windows color (decimal): -6630091 or 3528090. OLE color: 3528090.
HSL color Cylindrical-coordinate representation of color #9AD535: hue angle of 82.12º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9AD535 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 213 | 53 | - |
| CMYK | 0.28 | 0 | 0.75 | 0.16 |
| HSL | 82.13º | 0.66% | 0.52% | - |
| HSV(B) | 82.13º | 0.75% | 0.84% | - |
| XYZ | 37.76 | 54.72 | 11.94 | - |
| YUV | 177.12 | 57.95 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 213 | 53 | 0.28 | 0 | 0.75 | 0.16 | 82.13 | 0.66 | 0.52 |
| Hex | 9A | D5 | 35 | 1C | 0 | 4B | 10 | 52 | 42 | 34 |
| Octal | 232 | 325 | 65 | 34 | 0 | 113 | 20 | 122 | 102 | 64 |
| Binary | 10011010 | 11010101 | 110101 | 11100 | 0 | 1001011 | 10000 | 1010010 | 1000010 | 110100 |
Color Harmonies of #9AD535
Complementary color
Monochromatic Colors of #9AD535
Black with #9AD535
Text Example
Text Example
White with #9AD535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD535; }
p { color: rgb(154,213,53); }
H1.HeaderClassName
{
color: #9AD535;
}
.AnyTagClassName
{
color: #9AD535;
}
</style>
background-color css
<style>
a { background-color: #9AD535; }
a { background-color: rgb(154,213,53); }
div.DivClassName
{
background-color: #9AD535;
}
.BgClassName
{
background-color: #9AD535;
}
</style>
border-color css
<style>
span { border-color: #9AD535; }
span { border-color: rgb(154,213,53); }
td.TdClassName
{
border-color: #9AD535;
}
.TagClassName
{
border-color: #9AD535;
}
</style>