Shades of Atlantis #9ADD32
Tints of Atlantis #9ADD32
RGB
CMYK
RGB Variations
Color information
#9ADD32 (or 0x9ADD32) is known color: Atlantis. HEX triplet: 9A, DD and 32. RGB value is (154,221,50). Sum of RGB (Red+Green+Blue) = 154+221+50=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADD32 is #6522CD. Grayscale: #B6B6B6. Windows color (decimal): -6628046 or 3333530. OLE color: 3333530.
HSL color Cylindrical-coordinate representation of color #9ADD32: hue angle of 83.51º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9ADD32 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 221 | 50 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.13 |
| HSL | 83.51º | 0.72% | 0.53% | - |
| HSV(B) | 83.51º | 0.77% | 0.87% | - |
| XYZ | 39.76 | 58.81 | 12.27 | - |
| YUV | 181.47 | 53.8 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 50 | 0.30 | 0 | 0.77 | 0.13 | 83.51 | 0.72 | 0.53 |
| Hex | 9A | DD | 32 | 1E | 0 | 4D | D | 54 | 48 | 35 |
| Octal | 232 | 335 | 62 | 36 | 0 | 115 | 15 | 124 | 110 | 65 |
| Binary | 10011010 | 11011101 | 110010 | 11110 | 0 | 1001101 | 1101 | 1010100 | 1001000 | 110101 |
Color Harmonies of #9ADD32
Complementary color
Monochromatic Colors of #9ADD32
Black with #9ADD32
Text Example
Text Example
White with #9ADD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADD32; }
p { color: rgb(154,221,50); }
H1.HeaderClassName
{
color: #9ADD32;
}
.AnyTagClassName
{
color: #9ADD32;
}
</style>
background-color css
<style>
a { background-color: #9ADD32; }
a { background-color: rgb(154,221,50); }
div.DivClassName
{
background-color: #9ADD32;
}
.BgClassName
{
background-color: #9ADD32;
}
</style>
border-color css
<style>
span { border-color: #9ADD32; }
span { border-color: rgb(154,221,50); }
td.TdClassName
{
border-color: #9ADD32;
}
.TagClassName
{
border-color: #9ADD32;
}
</style>