Shades of Atlantis #9AD335
Tints of Atlantis #9AD335
RGB
CMYK
RGB Variations
Color information
#9AD335 (or 0x9AD335) is known color: Atlantis. HEX triplet: 9A, D3 and 35. RGB value is (154,211,53). Sum of RGB (Red+Green+Blue) = 154+211+53=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 211 (82.81% from 255 or 50.48% from 418); Blue value is 53 (21.09% from 255 or 12.68% from 418); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD335 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD335 is #652CCA. Grayscale: #B0B0B0. Windows color (decimal): -6630603 or 3527578. OLE color: 3527578.
HSL color Cylindrical-coordinate representation of color #9AD335: hue angle of 81.65º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9AD335 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 211 | 53 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.17 |
| HSL | 81.65º | 0.64% | 0.52% | - |
| HSV(B) | 81.65º | 0.75% | 0.83% | - |
| XYZ | 37.26 | 53.72 | 11.77 | - |
| YUV | 175.95 | 58.62 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 211 | 53 | 0.27 | 0 | 0.75 | 0.17 | 81.65 | 0.64 | 0.52 |
| Hex | 9A | D3 | 35 | 1B | 0 | 4B | 11 | 52 | 40 | 34 |
| Octal | 232 | 323 | 65 | 33 | 0 | 113 | 21 | 122 | 100 | 64 |
| Binary | 10011010 | 11010011 | 110101 | 11011 | 0 | 1001011 | 10001 | 1010010 | 1000000 | 110100 |
Color Harmonies of #9AD335
Complementary color
Monochromatic Colors of #9AD335
Black with #9AD335
Text Example
Text Example
White with #9AD335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD335; }
p { color: rgb(154,211,53); }
H1.HeaderClassName
{
color: #9AD335;
}
.AnyTagClassName
{
color: #9AD335;
}
</style>
background-color css
<style>
a { background-color: #9AD335; }
a { background-color: rgb(154,211,53); }
div.DivClassName
{
background-color: #9AD335;
}
.BgClassName
{
background-color: #9AD335;
}
</style>
border-color css
<style>
span { border-color: #9AD335; }
span { border-color: rgb(154,211,53); }
td.TdClassName
{
border-color: #9AD335;
}
.TagClassName
{
border-color: #9AD335;
}
</style>