Shades of Atlantis #9ADA4A
Tints of Atlantis #9ADA4A
RGB
CMYK
RGB Variations
Color information
#9ADA4A (or 0x9ADA4A) is known color: Atlantis. HEX triplet: 9A, DA and 4A. RGB value is (154,218,74). Sum of RGB (Red+Green+Blue) = 154+218+74=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADA4A is #6525B5. Grayscale: #B6B6B6. Windows color (decimal): -6628790 or 4905626. OLE color: 4905626.
HSL color Cylindrical-coordinate representation of color #9ADA4A: hue angle of 86.67º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9ADA4A is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 74 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.15 |
| HSL | 86.67º | 0.66% | 0.57% | - |
| HSV(B) | 86.67º | 0.66% | 0.85% | - |
| XYZ | 39.63 | 57.51 | 15.49 | - |
| YUV | 182.45 | 66.8 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 74 | 0.29 | 0 | 0.66 | 0.15 | 86.67 | 0.66 | 0.57 |
| Hex | 9A | DA | 4A | 1D | 0 | 42 | F | 57 | 42 | 39 |
| Octal | 232 | 332 | 112 | 35 | 0 | 102 | 17 | 127 | 102 | 71 |
| Binary | 10011010 | 11011010 | 1001010 | 11101 | 0 | 1000010 | 1111 | 1010111 | 1000010 | 111001 |
Color Harmonies of #9ADA4A
Complementary color
Monochromatic Colors of #9ADA4A
Black with #9ADA4A
Text Example
Text Example
White with #9ADA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADA4A; }
p { color: rgb(154,218,74); }
H1.HeaderClassName
{
color: #9ADA4A;
}
.AnyTagClassName
{
color: #9ADA4A;
}
</style>
background-color css
<style>
a { background-color: #9ADA4A; }
a { background-color: rgb(154,218,74); }
div.DivClassName
{
background-color: #9ADA4A;
}
.BgClassName
{
background-color: #9ADA4A;
}
</style>
border-color css
<style>
span { border-color: #9ADA4A; }
span { border-color: rgb(154,218,74); }
td.TdClassName
{
border-color: #9ADA4A;
}
.TagClassName
{
border-color: #9ADA4A;
}
</style>