Shades of Atlantis #9AC041
Tints of Atlantis #9AC041
RGB
CMYK
RGB Variations
Color information
#9AC041 (or 0x9AC041) is known color: Atlantis. HEX triplet: 9A, C0 and 41. RGB value is (154,192,65). Sum of RGB (Red+Green+Blue) = 154+192+65=411 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.47% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC041 is #653FBE. Grayscale: #A6A6A6. Windows color (decimal): -6635455 or 4309146. OLE color: 4309146.
HSL color Cylindrical-coordinate representation of color #9AC041: hue angle of 77.95º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9AC041 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 65 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.25 |
| HSL | 77.95º | 0.5% | 0.5% | - |
| HSV(B) | 77.95º | 0.66% | 0.75% | - |
| XYZ | 33.13 | 44.95 | 11.93 | - |
| YUV | 166.16 | 70.91 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 65 | 0.20 | 0 | 0.66 | 0.25 | 77.95 | 0.5 | 0.5 |
| Hex | 9A | C0 | 41 | 14 | 0 | 42 | 19 | 4E | 32 | 32 |
| Octal | 232 | 300 | 101 | 24 | 0 | 102 | 31 | 116 | 62 | 62 |
| Binary | 10011010 | 11000000 | 1000001 | 10100 | 0 | 1000010 | 11001 | 1001110 | 110010 | 110010 |
Color Harmonies of #9AC041
Complementary color
Monochromatic Colors of #9AC041
Black with #9AC041
Text Example
Text Example
White with #9AC041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC041; }
p { color: rgb(154,192,65); }
H1.HeaderClassName
{
color: #9AC041;
}
.AnyTagClassName
{
color: #9AC041;
}
</style>
background-color css
<style>
a { background-color: #9AC041; }
a { background-color: rgb(154,192,65); }
div.DivClassName
{
background-color: #9AC041;
}
.BgClassName
{
background-color: #9AC041;
}
</style>
border-color css
<style>
span { border-color: #9AC041; }
span { border-color: rgb(154,192,65); }
td.TdClassName
{
border-color: #9AC041;
}
.TagClassName
{
border-color: #9AC041;
}
</style>