Shades of Atlantis #9AD93D
Tints of Atlantis #9AD93D
RGB
CMYK
RGB Variations
Color information
#9AD93D (or 0x9AD93D) is known color: Atlantis. HEX triplet: 9A, D9 and 3D. RGB value is (154,217,61). Sum of RGB (Red+Green+Blue) = 154+217+61=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 61 (24.22% from 255 or 14.12% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD93D is #6526C2. Grayscale: #B4B4B4. Windows color (decimal): -6629059 or 4053402. OLE color: 4053402.
HSL color Cylindrical-coordinate representation of color #9AD93D: hue angle of 84.23º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9AD93D is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 217 | 61 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.15 |
| HSL | 84.23º | 0.67% | 0.55% | - |
| HSV(B) | 84.23º | 0.72% | 0.85% | - |
| XYZ | 38.98 | 56.83 | 13.33 | - |
| YUV | 180.38 | 60.63 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 217 | 61 | 0.29 | 0 | 0.72 | 0.15 | 84.23 | 0.67 | 0.55 |
| Hex | 9A | D9 | 3D | 1D | 0 | 48 | F | 54 | 43 | 37 |
| Octal | 232 | 331 | 75 | 35 | 0 | 110 | 17 | 124 | 103 | 67 |
| Binary | 10011010 | 11011001 | 111101 | 11101 | 0 | 1001000 | 1111 | 1010100 | 1000011 | 110111 |
Color Harmonies of #9AD93D
Complementary color
Monochromatic Colors of #9AD93D
Black with #9AD93D
Text Example
Text Example
White with #9AD93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD93D; }
p { color: rgb(154,217,61); }
H1.HeaderClassName
{
color: #9AD93D;
}
.AnyTagClassName
{
color: #9AD93D;
}
</style>
background-color css
<style>
a { background-color: #9AD93D; }
a { background-color: rgb(154,217,61); }
div.DivClassName
{
background-color: #9AD93D;
}
.BgClassName
{
background-color: #9AD93D;
}
</style>
border-color css
<style>
span { border-color: #9AD93D; }
span { border-color: rgb(154,217,61); }
td.TdClassName
{
border-color: #9AD93D;
}
.TagClassName
{
border-color: #9AD93D;
}
</style>