Shades of Atlantis #9AD93A
Tints of Atlantis #9AD93A
RGB
CMYK
RGB Variations
Color information
#9AD93A (or 0x9AD93A) is known color: Atlantis. HEX triplet: 9A, D9 and 3A. RGB value is (154,217,58). Sum of RGB (Red+Green+Blue) = 154+217+58=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD93A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD93A is #6526C5. Grayscale: #B4B4B4. Windows color (decimal): -6629062 or 3856794. OLE color: 3856794.
HSL color Cylindrical-coordinate representation of color #9AD93A: hue angle of 83.77º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9AD93A is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 217 | 58 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.15 |
| HSL | 83.77º | 0.68% | 0.54% | - |
| HSV(B) | 83.77º | 0.73% | 0.85% | - |
| XYZ | 38.9 | 56.8 | 12.92 | - |
| YUV | 180.04 | 59.13 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 217 | 58 | 0.29 | 0 | 0.73 | 0.15 | 83.77 | 0.68 | 0.54 |
| Hex | 9A | D9 | 3A | 1D | 0 | 49 | F | 54 | 44 | 36 |
| Octal | 232 | 331 | 72 | 35 | 0 | 111 | 17 | 124 | 104 | 66 |
| Binary | 10011010 | 11011001 | 111010 | 11101 | 0 | 1001001 | 1111 | 1010100 | 1000100 | 110110 |
Color Harmonies of #9AD93A
Complementary color
Monochromatic Colors of #9AD93A
Black with #9AD93A
Text Example
Text Example
White with #9AD93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD93A; }
p { color: rgb(154,217,58); }
H1.HeaderClassName
{
color: #9AD93A;
}
.AnyTagClassName
{
color: #9AD93A;
}
</style>
background-color css
<style>
a { background-color: #9AD93A; }
a { background-color: rgb(154,217,58); }
div.DivClassName
{
background-color: #9AD93A;
}
.BgClassName
{
background-color: #9AD93A;
}
</style>
border-color css
<style>
span { border-color: #9AD93A; }
span { border-color: rgb(154,217,58); }
td.TdClassName
{
border-color: #9AD93A;
}
.TagClassName
{
border-color: #9AD93A;
}
</style>