Shades of Atlantis #9ADB37
Tints of Atlantis #9ADB37
RGB
CMYK
RGB Variations
Color information
#9ADB37 (or 0x9ADB37) is known color: Atlantis. HEX triplet: 9A, DB and 37. RGB value is (154,219,55). Sum of RGB (Red+Green+Blue) = 154+219+55=428 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.98% from 428); Green value is 219 (85.94% from 255 or 51.17% from 428); Blue value is 55 (21.88% from 255 or 12.85% from 428); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADB37 is #6524C8. Grayscale: #B5B5B5. Windows color (decimal): -6628553 or 3660698. OLE color: 3660698.
HSL color Cylindrical-coordinate representation of color #9ADB37: hue angle of 83.78º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9ADB37 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 55 | - |
| CMYK | 0.30 | 0 | 0.75 | 0.14 |
| HSL | 83.78º | 0.69% | 0.54% | - |
| HSV(B) | 83.78º | 0.75% | 0.86% | - |
| XYZ | 39.35 | 57.81 | 12.7 | - |
| YUV | 180.87 | 56.97 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 55 | 0.30 | 0 | 0.75 | 0.14 | 83.78 | 0.69 | 0.54 |
| Hex | 9A | DB | 37 | 1E | 0 | 4B | E | 54 | 45 | 36 |
| Octal | 232 | 333 | 67 | 36 | 0 | 113 | 16 | 124 | 105 | 66 |
| Binary | 10011010 | 11011011 | 110111 | 11110 | 0 | 1001011 | 1110 | 1010100 | 1000101 | 110110 |
Color Harmonies of #9ADB37
Complementary color
Monochromatic Colors of #9ADB37
Black with #9ADB37
Text Example
Text Example
White with #9ADB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB37; }
p { color: rgb(154,219,55); }
H1.HeaderClassName
{
color: #9ADB37;
}
.AnyTagClassName
{
color: #9ADB37;
}
</style>
background-color css
<style>
a { background-color: #9ADB37; }
a { background-color: rgb(154,219,55); }
div.DivClassName
{
background-color: #9ADB37;
}
.BgClassName
{
background-color: #9ADB37;
}
</style>
border-color css
<style>
span { border-color: #9ADB37; }
span { border-color: rgb(154,219,55); }
td.TdClassName
{
border-color: #9ADB37;
}
.TagClassName
{
border-color: #9ADB37;
}
</style>