Shades of Atlantis #9ADA33
Tints of Atlantis #9ADA33
RGB
CMYK
RGB Variations
Color information
#9ADA33 (or 0x9ADA33) is known color: Atlantis. HEX triplet: 9A, DA and 33. RGB value is (154,218,51). Sum of RGB (Red+Green+Blue) = 154+218+51=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 51 (20.31% from 255 or 12.06% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADA33 is #6525CC. Grayscale: #B4B4B4. Windows color (decimal): -6628813 or 3398298. OLE color: 3398298.
HSL color Cylindrical-coordinate representation of color #9ADA33: hue angle of 82.99º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9ADA33 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 51 | - |
| CMYK | 0.29 | 0 | 0.77 | 0.15 |
| HSL | 82.99º | 0.69% | 0.53% | - |
| HSV(B) | 82.99º | 0.77% | 0.85% | - |
| XYZ | 39 | 57.25 | 12.13 | - |
| YUV | 179.83 | 55.3 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 51 | 0.29 | 0 | 0.77 | 0.15 | 82.99 | 0.69 | 0.53 |
| Hex | 9A | DA | 33 | 1D | 0 | 4D | F | 53 | 45 | 35 |
| Octal | 232 | 332 | 63 | 35 | 0 | 115 | 17 | 123 | 105 | 65 |
| Binary | 10011010 | 11011010 | 110011 | 11101 | 0 | 1001101 | 1111 | 1010011 | 1000101 | 110101 |
Color Harmonies of #9ADA33
Complementary color
Monochromatic Colors of #9ADA33
Black with #9ADA33
Text Example
Text Example
White with #9ADA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADA33; }
p { color: rgb(154,218,51); }
H1.HeaderClassName
{
color: #9ADA33;
}
.AnyTagClassName
{
color: #9ADA33;
}
</style>
background-color css
<style>
a { background-color: #9ADA33; }
a { background-color: rgb(154,218,51); }
div.DivClassName
{
background-color: #9ADA33;
}
.BgClassName
{
background-color: #9ADA33;
}
</style>
border-color css
<style>
span { border-color: #9ADA33; }
span { border-color: rgb(154,218,51); }
td.TdClassName
{
border-color: #9ADA33;
}
.TagClassName
{
border-color: #9ADA33;
}
</style>