Shades of Atlantis #9ADE33
Tints of Atlantis #9ADE33
RGB
CMYK
RGB Variations
Color information
#9ADE33 (or 0x9ADE33) is known color: Atlantis. HEX triplet: 9A, DE and 33. RGB value is (154,222,51). Sum of RGB (Red+Green+Blue) = 154+222+51=427 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.07% from 427); Green value is 222 (87.11% from 255 or 51.99% from 427); Blue value is 51 (20.31% from 255 or 11.94% from 427); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADE33 is #6521CC. Grayscale: #B6B6B6. Windows color (decimal): -6627789 or 3399322. OLE color: 3399322.
HSL color Cylindrical-coordinate representation of color #9ADE33: hue angle of 83.86º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9ADE33 is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 222 | 51 | - |
| CMYK | 0.31 | 0 | 0.77 | 0.13 |
| HSL | 83.86º | 0.72% | 0.54% | - |
| HSV(B) | 83.86º | 0.77% | 0.87% | - |
| XYZ | 40.05 | 59.35 | 12.48 | - |
| YUV | 182.17 | 53.97 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 51 | 0.31 | 0 | 0.77 | 0.13 | 83.86 | 0.72 | 0.54 |
| Hex | 9A | DE | 33 | 1F | 0 | 4D | D | 54 | 48 | 36 |
| Octal | 232 | 336 | 63 | 37 | 0 | 115 | 15 | 124 | 110 | 66 |
| Binary | 10011010 | 11011110 | 110011 | 11111 | 0 | 1001101 | 1101 | 1010100 | 1001000 | 110110 |
Color Harmonies of #9ADE33
Complementary color
Monochromatic Colors of #9ADE33
Black with #9ADE33
Text Example
Text Example
White with #9ADE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADE33; }
p { color: rgb(154,222,51); }
H1.HeaderClassName
{
color: #9ADE33;
}
.AnyTagClassName
{
color: #9ADE33;
}
</style>
background-color css
<style>
a { background-color: #9ADE33; }
a { background-color: rgb(154,222,51); }
div.DivClassName
{
background-color: #9ADE33;
}
.BgClassName
{
background-color: #9ADE33;
}
</style>
border-color css
<style>
span { border-color: #9ADE33; }
span { border-color: rgb(154,222,51); }
td.TdClassName
{
border-color: #9ADE33;
}
.TagClassName
{
border-color: #9ADE33;
}
</style>