Shades of Atlantis #9ADB32
Tints of Atlantis #9ADB32
RGB
CMYK
RGB Variations
Color information
#9ADB32 (or 0x9ADB32) is known color: Atlantis. HEX triplet: 9A, DB and 32. RGB value is (154,219,50). Sum of RGB (Red+Green+Blue) = 154+219+50=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 219 (85.94% from 255 or 51.77% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADB32 is #6524CD. Grayscale: #B4B4B4. Windows color (decimal): -6628558 or 3333018. OLE color: 3333018.
HSL color Cylindrical-coordinate representation of color #9ADB32: hue angle of 83.08º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9ADB32 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 50 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.14 |
| HSL | 83.08º | 0.7% | 0.53% | - |
| HSV(B) | 83.08º | 0.77% | 0.86% | - |
| XYZ | 39.23 | 57.76 | 12.1 | - |
| YUV | 180.3 | 54.47 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 50 | 0.30 | 0 | 0.77 | 0.14 | 83.08 | 0.7 | 0.53 |
| Hex | 9A | DB | 32 | 1E | 0 | 4D | E | 53 | 46 | 35 |
| Octal | 232 | 333 | 62 | 36 | 0 | 115 | 16 | 123 | 106 | 65 |
| Binary | 10011010 | 11011011 | 110010 | 11110 | 0 | 1001101 | 1110 | 1010011 | 1000110 | 110101 |
Color Harmonies of #9ADB32
Complementary color
Monochromatic Colors of #9ADB32
Black with #9ADB32
Text Example
Text Example
White with #9ADB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB32; }
p { color: rgb(154,219,50); }
H1.HeaderClassName
{
color: #9ADB32;
}
.AnyTagClassName
{
color: #9ADB32;
}
</style>
background-color css
<style>
a { background-color: #9ADB32; }
a { background-color: rgb(154,219,50); }
div.DivClassName
{
background-color: #9ADB32;
}
.BgClassName
{
background-color: #9ADB32;
}
</style>
border-color css
<style>
span { border-color: #9ADB32; }
span { border-color: rgb(154,219,50); }
td.TdClassName
{
border-color: #9ADB32;
}
.TagClassName
{
border-color: #9ADB32;
}
</style>