Shades of Atlantis #9AD945
Tints of Atlantis #9AD945
RGB
CMYK
RGB Variations
Color information
#9AD945 (or 0x9AD945) is known color: Atlantis. HEX triplet: 9A, D9 and 45. RGB value is (154,217,69). Sum of RGB (Red+Green+Blue) = 154+217+69=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 69 (27.34% from 255 or 15.68% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD945 is #6526BA. Grayscale: #B5B5B5. Windows color (decimal): -6629051 or 4577690. OLE color: 4577690.
HSL color Cylindrical-coordinate representation of color #9AD945: hue angle of 85.54º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9AD945 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 217 | 69 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.15 |
| HSL | 85.54º | 0.66% | 0.56% | - |
| HSV(B) | 85.54º | 0.68% | 0.85% | - |
| XYZ | 39.21 | 56.93 | 14.55 | - |
| YUV | 181.29 | 64.63 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 217 | 69 | 0.29 | 0 | 0.68 | 0.15 | 85.54 | 0.66 | 0.56 |
| Hex | 9A | D9 | 45 | 1D | 0 | 44 | F | 56 | 42 | 38 |
| Octal | 232 | 331 | 105 | 35 | 0 | 104 | 17 | 126 | 102 | 70 |
| Binary | 10011010 | 11011001 | 1000101 | 11101 | 0 | 1000100 | 1111 | 1010110 | 1000010 | 111000 |
Color Harmonies of #9AD945
Complementary color
Monochromatic Colors of #9AD945
Black with #9AD945
Text Example
Text Example
White with #9AD945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD945; }
p { color: rgb(154,217,69); }
H1.HeaderClassName
{
color: #9AD945;
}
.AnyTagClassName
{
color: #9AD945;
}
</style>
background-color css
<style>
a { background-color: #9AD945; }
a { background-color: rgb(154,217,69); }
div.DivClassName
{
background-color: #9AD945;
}
.BgClassName
{
background-color: #9AD945;
}
</style>
border-color css
<style>
span { border-color: #9AD945; }
span { border-color: rgb(154,217,69); }
td.TdClassName
{
border-color: #9AD945;
}
.TagClassName
{
border-color: #9AD945;
}
</style>