Shades of Atlantis #9ADA40
Tints of Atlantis #9ADA40
RGB
CMYK
RGB Variations
Color information
#9ADA40 (or 0x9ADA40) is known color: Atlantis. HEX triplet: 9A, DA and 40. RGB value is (154,218,64). Sum of RGB (Red+Green+Blue) = 154+218+64=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADA40 is #6525BF. Grayscale: #B5B5B5. Windows color (decimal): -6628800 or 4250266. OLE color: 4250266.
HSL color Cylindrical-coordinate representation of color #9ADA40: hue angle of 84.94º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9ADA40 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 64 | - |
| CMYK | 0.29 | 0 | 0.71 | 0.15 |
| HSL | 84.94º | 0.68% | 0.55% | - |
| HSV(B) | 84.94º | 0.71% | 0.85% | - |
| XYZ | 39.32 | 57.38 | 13.85 | - |
| YUV | 181.31 | 61.8 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 64 | 0.29 | 0 | 0.71 | 0.15 | 84.94 | 0.68 | 0.55 |
| Hex | 9A | DA | 40 | 1D | 0 | 47 | F | 55 | 44 | 37 |
| Octal | 232 | 332 | 100 | 35 | 0 | 107 | 17 | 125 | 104 | 67 |
| Binary | 10011010 | 11011010 | 1000000 | 11101 | 0 | 1000111 | 1111 | 1010101 | 1000100 | 110111 |
Color Harmonies of #9ADA40
Complementary color
Monochromatic Colors of #9ADA40
Black with #9ADA40
Text Example
Text Example
White with #9ADA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADA40; }
p { color: rgb(154,218,64); }
H1.HeaderClassName
{
color: #9ADA40;
}
.AnyTagClassName
{
color: #9ADA40;
}
</style>
background-color css
<style>
a { background-color: #9ADA40; }
a { background-color: rgb(154,218,64); }
div.DivClassName
{
background-color: #9ADA40;
}
.BgClassName
{
background-color: #9ADA40;
}
</style>
border-color css
<style>
span { border-color: #9ADA40; }
span { border-color: rgb(154,218,64); }
td.TdClassName
{
border-color: #9ADA40;
}
.TagClassName
{
border-color: #9ADA40;
}
</style>