Shades of Atlantis #9AD736
Tints of Atlantis #9AD736
RGB
CMYK
RGB Variations
Color information
#9AD736 (or 0x9AD736) is known color: Atlantis. HEX triplet: 9A, D7 and 36. RGB value is (154,215,54). Sum of RGB (Red+Green+Blue) = 154+215+54=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 215 (84.38% from 255 or 50.83% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD736 is #6528C9. Grayscale: #B2B2B2. Windows color (decimal): -6629578 or 3594138. OLE color: 3594138.
HSL color Cylindrical-coordinate representation of color #9AD736: hue angle of 82.73º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9AD736 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 215 | 54 | - |
| CMYK | 0.28 | 0 | 0.75 | 0.16 |
| HSL | 82.73º | 0.67% | 0.53% | - |
| HSV(B) | 82.73º | 0.75% | 0.84% | - |
| XYZ | 38.29 | 55.74 | 12.23 | - |
| YUV | 178.41 | 57.79 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 215 | 54 | 0.28 | 0 | 0.75 | 0.16 | 82.73 | 0.67 | 0.53 |
| Hex | 9A | D7 | 36 | 1C | 0 | 4B | 10 | 53 | 43 | 35 |
| Octal | 232 | 327 | 66 | 34 | 0 | 113 | 20 | 123 | 103 | 65 |
| Binary | 10011010 | 11010111 | 110110 | 11100 | 0 | 1001011 | 10000 | 1010011 | 1000011 | 110101 |
Color Harmonies of #9AD736
Complementary color
Monochromatic Colors of #9AD736
Black with #9AD736
Text Example
Text Example
White with #9AD736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD736; }
p { color: rgb(154,215,54); }
H1.HeaderClassName
{
color: #9AD736;
}
.AnyTagClassName
{
color: #9AD736;
}
</style>
background-color css
<style>
a { background-color: #9AD736; }
a { background-color: rgb(154,215,54); }
div.DivClassName
{
background-color: #9AD736;
}
.BgClassName
{
background-color: #9AD736;
}
</style>
border-color css
<style>
span { border-color: #9AD736; }
span { border-color: rgb(154,215,54); }
td.TdClassName
{
border-color: #9AD736;
}
.TagClassName
{
border-color: #9AD736;
}
</style>