Shades of Atlantis #9ADE31
Tints of Atlantis #9ADE31
RGB
CMYK
RGB Variations
Color information
#9ADE31 (or 0x9ADE31) is known color: Atlantis. HEX triplet: 9A, DE and 31. RGB value is (154,222,49). Sum of RGB (Red+Green+Blue) = 154+222+49=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 222 (87.11% from 255 or 52.24% from 425); Blue value is 49 (19.53% from 255 or 11.53% from 425); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADE31 is #6521CE. Grayscale: #B6B6B6. Windows color (decimal): -6627791 or 3268250. OLE color: 3268250.
HSL color Cylindrical-coordinate representation of color #9ADE31: hue angle of 83.58º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9ADE31 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 222 | 49 | - |
| CMYK | 0.31 | 0 | 0.78 | 0.13 |
| HSL | 83.58º | 0.72% | 0.53% | - |
| HSV(B) | 83.58º | 0.78% | 0.87% | - |
| XYZ | 40 | 59.33 | 12.25 | - |
| YUV | 181.95 | 52.97 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 49 | 0.31 | 0 | 0.78 | 0.13 | 83.58 | 0.72 | 0.53 |
| Hex | 9A | DE | 31 | 1F | 0 | 4E | D | 54 | 48 | 35 |
| Octal | 232 | 336 | 61 | 37 | 0 | 116 | 15 | 124 | 110 | 65 |
| Binary | 10011010 | 11011110 | 110001 | 11111 | 0 | 1001110 | 1101 | 1010100 | 1001000 | 110101 |
Color Harmonies of #9ADE31
Complementary color
Monochromatic Colors of #9ADE31
Black with #9ADE31
Text Example
Text Example
White with #9ADE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADE31; }
p { color: rgb(154,222,49); }
H1.HeaderClassName
{
color: #9ADE31;
}
.AnyTagClassName
{
color: #9ADE31;
}
</style>
background-color css
<style>
a { background-color: #9ADE31; }
a { background-color: rgb(154,222,49); }
div.DivClassName
{
background-color: #9ADE31;
}
.BgClassName
{
background-color: #9ADE31;
}
</style>
border-color css
<style>
span { border-color: #9ADE31; }
span { border-color: rgb(154,222,49); }
td.TdClassName
{
border-color: #9ADE31;
}
.TagClassName
{
border-color: #9ADE31;
}
</style>