Shades of Atlantis #9ADB33
Tints of Atlantis #9ADB33
RGB
CMYK
RGB Variations
Color information
#9ADB33 (or 0x9ADB33) is known color: Atlantis. HEX triplet: 9A, DB and 33. RGB value is (154,219,51). Sum of RGB (Red+Green+Blue) = 154+219+51=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 219 (85.94% from 255 or 51.65% from 424); Blue value is 51 (20.31% from 255 or 12.03% from 424); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADB33 is #6524CC. Grayscale: #B5B5B5. Windows color (decimal): -6628557 or 3398554. OLE color: 3398554.
HSL color Cylindrical-coordinate representation of color #9ADB33: hue angle of 83.21º 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 #9ADB33 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 51 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.14 |
| HSL | 83.21º | 0.7% | 0.53% | - |
| HSV(B) | 83.21º | 0.77% | 0.86% | - |
| XYZ | 39.26 | 57.77 | 12.21 | - |
| YUV | 180.41 | 54.97 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 51 | 0.30 | 0 | 0.77 | 0.14 | 83.21 | 0.7 | 0.53 |
| Hex | 9A | DB | 33 | 1E | 0 | 4D | E | 53 | 46 | 35 |
| Octal | 232 | 333 | 63 | 36 | 0 | 115 | 16 | 123 | 106 | 65 |
| Binary | 10011010 | 11011011 | 110011 | 11110 | 0 | 1001101 | 1110 | 1010011 | 1000110 | 110101 |
Color Harmonies of #9ADB33
Complementary color
Monochromatic Colors of #9ADB33
Black with #9ADB33
Text Example
Text Example
White with #9ADB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB33; }
p { color: rgb(154,219,51); }
H1.HeaderClassName
{
color: #9ADB33;
}
.AnyTagClassName
{
color: #9ADB33;
}
</style>
background-color css
<style>
a { background-color: #9ADB33; }
a { background-color: rgb(154,219,51); }
div.DivClassName
{
background-color: #9ADB33;
}
.BgClassName
{
background-color: #9ADB33;
}
</style>
border-color css
<style>
span { border-color: #9ADB33; }
span { border-color: rgb(154,219,51); }
td.TdClassName
{
border-color: #9ADB33;
}
.TagClassName
{
border-color: #9ADB33;
}
</style>