Shades of Atlantis #9ADE49
Tints of Atlantis #9ADE49
RGB
CMYK
RGB Variations
Color information
#9ADE49 (or 0x9ADE49) is known color: Atlantis. HEX triplet: 9A, DE and 49. RGB value is (154,222,73). Sum of RGB (Red+Green+Blue) = 154+222+73=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 222 (87.11% from 255 or 49.44% from 449); Blue value is 73 (28.91% from 255 or 16.26% from 449); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADE49 is #6521B6. Grayscale: #B9B9B9. Windows color (decimal): -6627767 or 4841114. OLE color: 4841114.
HSL color Cylindrical-coordinate representation of color #9ADE49: hue angle of 87.38º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9ADE49 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 222 | 73 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.13 |
| HSL | 87.38º | 0.69% | 0.58% | - |
| HSV(B) | 87.38º | 0.67% | 0.87% | - |
| XYZ | 40.65 | 59.59 | 15.66 | - |
| YUV | 184.68 | 64.97 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 73 | 0.31 | 0 | 0.67 | 0.13 | 87.38 | 0.69 | 0.58 |
| Hex | 9A | DE | 49 | 1F | 0 | 43 | D | 57 | 45 | 3A |
| Octal | 232 | 336 | 111 | 37 | 0 | 103 | 15 | 127 | 105 | 72 |
| Binary | 10011010 | 11011110 | 1001001 | 11111 | 0 | 1000011 | 1101 | 1010111 | 1000101 | 111010 |
Color Harmonies of #9ADE49
Complementary color
Monochromatic Colors of #9ADE49
Black with #9ADE49
Text Example
Text Example
White with #9ADE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADE49; }
p { color: rgb(154,222,73); }
H1.HeaderClassName
{
color: #9ADE49;
}
.AnyTagClassName
{
color: #9ADE49;
}
</style>
background-color css
<style>
a { background-color: #9ADE49; }
a { background-color: rgb(154,222,73); }
div.DivClassName
{
background-color: #9ADE49;
}
.BgClassName
{
background-color: #9ADE49;
}
</style>
border-color css
<style>
span { border-color: #9ADE49; }
span { border-color: rgb(154,222,73); }
td.TdClassName
{
border-color: #9ADE49;
}
.TagClassName
{
border-color: #9ADE49;
}
</style>