Shades of Atlantis #9AD93B
Tints of Atlantis #9AD93B
RGB
CMYK
RGB Variations
Color information
#9AD93B (or 0x9AD93B) is known color: Atlantis. HEX triplet: 9A, D9 and 3B. RGB value is (154,217,59). Sum of RGB (Red+Green+Blue) = 154+217+59=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 59 (23.44% from 255 or 13.72% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD93B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD93B is #6526C4. Grayscale: #B4B4B4. Windows color (decimal): -6629061 or 3922330. OLE color: 3922330.
HSL color Cylindrical-coordinate representation of color #9AD93B: hue angle of 83.92º 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 #9AD93B is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 217 | 59 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.15 |
| HSL | 83.92º | 0.68% | 0.54% | - |
| HSV(B) | 83.92º | 0.73% | 0.85% | - |
| XYZ | 38.93 | 56.81 | 13.05 | - |
| YUV | 180.15 | 59.63 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 217 | 59 | 0.29 | 0 | 0.73 | 0.15 | 83.92 | 0.68 | 0.54 |
| Hex | 9A | D9 | 3B | 1D | 0 | 49 | F | 54 | 44 | 36 |
| Octal | 232 | 331 | 73 | 35 | 0 | 111 | 17 | 124 | 104 | 66 |
| Binary | 10011010 | 11011001 | 111011 | 11101 | 0 | 1001001 | 1111 | 1010100 | 1000100 | 110110 |
Color Harmonies of #9AD93B
Complementary color
Monochromatic Colors of #9AD93B
Black with #9AD93B
Text Example
Text Example
White with #9AD93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD93B; }
p { color: rgb(154,217,59); }
H1.HeaderClassName
{
color: #9AD93B;
}
.AnyTagClassName
{
color: #9AD93B;
}
</style>
background-color css
<style>
a { background-color: #9AD93B; }
a { background-color: rgb(154,217,59); }
div.DivClassName
{
background-color: #9AD93B;
}
.BgClassName
{
background-color: #9AD93B;
}
</style>
border-color css
<style>
span { border-color: #9AD93B; }
span { border-color: rgb(154,217,59); }
td.TdClassName
{
border-color: #9AD93B;
}
.TagClassName
{
border-color: #9AD93B;
}
</style>