Shades of Atlantis #9AD03A
Tints of Atlantis #9AD03A
RGB
CMYK
RGB Variations
Color information
#9AD03A (or 0x9AD03A) is known color: Atlantis. HEX triplet: 9A, D0 and 3A. RGB value is (154,208,58). Sum of RGB (Red+Green+Blue) = 154+208+58=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD03A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD03A is #652FC5. Grayscale: #AFAFAF. Windows color (decimal): -6631366 or 3854490. OLE color: 3854490.
HSL color Cylindrical-coordinate representation of color #9AD03A: hue angle of 81.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9AD03A is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 208 | 58 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.18 |
| HSL | 81.6º | 0.61% | 0.52% | - |
| HSV(B) | 81.6º | 0.72% | 0.82% | - |
| XYZ | 36.65 | 52.29 | 12.16 | - |
| YUV | 174.75 | 62.11 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 58 | 0.26 | 0 | 0.72 | 0.18 | 81.6 | 0.61 | 0.52 |
| Hex | 9A | D0 | 3A | 1A | 0 | 48 | 12 | 52 | 3D | 34 |
| Octal | 232 | 320 | 72 | 32 | 0 | 110 | 22 | 122 | 75 | 64 |
| Binary | 10011010 | 11010000 | 111010 | 11010 | 0 | 1001000 | 10010 | 1010010 | 111101 | 110100 |
Color Harmonies of #9AD03A
Complementary color
Monochromatic Colors of #9AD03A
Black with #9AD03A
Text Example
Text Example
White with #9AD03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD03A; }
p { color: rgb(154,208,58); }
H1.HeaderClassName
{
color: #9AD03A;
}
.AnyTagClassName
{
color: #9AD03A;
}
</style>
background-color css
<style>
a { background-color: #9AD03A; }
a { background-color: rgb(154,208,58); }
div.DivClassName
{
background-color: #9AD03A;
}
.BgClassName
{
background-color: #9AD03A;
}
</style>
border-color css
<style>
span { border-color: #9AD03A; }
span { border-color: rgb(154,208,58); }
td.TdClassName
{
border-color: #9AD03A;
}
.TagClassName
{
border-color: #9AD03A;
}
</style>