Shades of Atlantis #9ADA51
Tints of Atlantis #9ADA51
RGB
CMYK
RGB Variations
Color information
#9ADA51 (or 0x9ADA51) is known color: Atlantis. HEX triplet: 9A, DA and 51. RGB value is (154,218,81). Sum of RGB (Red+Green+Blue) = 154+218+81=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADA51 is #6525AE. Grayscale: #B7B7B7. Windows color (decimal): -6628783 or 5364378. OLE color: 5364378.
HSL color Cylindrical-coordinate representation of color #9ADA51: hue angle of 88.03º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9ADA51 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 81 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.15 |
| HSL | 88.03º | 0.65% | 0.59% | - |
| HSV(B) | 88.03º | 0.63% | 0.85% | - |
| XYZ | 39.88 | 57.61 | 16.8 | - |
| YUV | 183.25 | 70.3 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 81 | 0.29 | 0 | 0.63 | 0.15 | 88.03 | 0.65 | 0.59 |
| Hex | 9A | DA | 51 | 1D | 0 | 3F | F | 58 | 41 | 3B |
| Octal | 232 | 332 | 121 | 35 | 0 | 77 | 17 | 130 | 101 | 73 |
| Binary | 10011010 | 11011010 | 1010001 | 11101 | 0 | 111111 | 1111 | 1011000 | 1000001 | 111011 |
Color Harmonies of #9ADA51
Complementary color
Monochromatic Colors of #9ADA51
Black with #9ADA51
Text Example
Text Example
White with #9ADA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADA51; }
p { color: rgb(154,218,81); }
H1.HeaderClassName
{
color: #9ADA51;
}
.AnyTagClassName
{
color: #9ADA51;
}
</style>
background-color css
<style>
a { background-color: #9ADA51; }
a { background-color: rgb(154,218,81); }
div.DivClassName
{
background-color: #9ADA51;
}
.BgClassName
{
background-color: #9ADA51;
}
</style>
border-color css
<style>
span { border-color: #9ADA51; }
span { border-color: rgb(154,218,81); }
td.TdClassName
{
border-color: #9ADA51;
}
.TagClassName
{
border-color: #9ADA51;
}
</style>