Shades of Atlantis #9ADD41
Tints of Atlantis #9ADD41
RGB
CMYK
RGB Variations
Color information
#9ADD41 (or 0x9ADD41) is known color: Atlantis. HEX triplet: 9A, DD and 41. RGB value is (154,221,65). Sum of RGB (Red+Green+Blue) = 154+221+65=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADD41 is #6522BE. Grayscale: #B7B7B7. Windows color (decimal): -6628031 or 4316570. OLE color: 4316570.
HSL color Cylindrical-coordinate representation of color #9ADD41: hue angle of 85.77º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9ADD41 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 221 | 65 | - |
| CMYK | 0.30 | 0 | 0.71 | 0.13 |
| HSL | 85.77º | 0.7% | 0.56% | - |
| HSV(B) | 85.77º | 0.71% | 0.87% | - |
| XYZ | 40.14 | 58.96 | 14.27 | - |
| YUV | 183.18 | 61.3 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 65 | 0.30 | 0 | 0.71 | 0.13 | 85.77 | 0.7 | 0.56 |
| Hex | 9A | DD | 41 | 1E | 0 | 47 | D | 56 | 46 | 38 |
| Octal | 232 | 335 | 101 | 36 | 0 | 107 | 15 | 126 | 106 | 70 |
| Binary | 10011010 | 11011101 | 1000001 | 11110 | 0 | 1000111 | 1101 | 1010110 | 1000110 | 111000 |
Color Harmonies of #9ADD41
Complementary color
Monochromatic Colors of #9ADD41
Black with #9ADD41
Text Example
Text Example
White with #9ADD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADD41; }
p { color: rgb(154,221,65); }
H1.HeaderClassName
{
color: #9ADD41;
}
.AnyTagClassName
{
color: #9ADD41;
}
</style>
background-color css
<style>
a { background-color: #9ADD41; }
a { background-color: rgb(154,221,65); }
div.DivClassName
{
background-color: #9ADD41;
}
.BgClassName
{
background-color: #9ADD41;
}
</style>
border-color css
<style>
span { border-color: #9ADD41; }
span { border-color: rgb(154,221,65); }
td.TdClassName
{
border-color: #9ADD41;
}
.TagClassName
{
border-color: #9ADD41;
}
</style>