Shades of Atlantis #9AC043
Tints of Atlantis #9AC043
RGB
CMYK
RGB Variations
Color information
#9AC043 (or 0x9AC043) is known color: Atlantis. HEX triplet: 9A, C0 and 43. RGB value is (154,192,67). Sum of RGB (Red+Green+Blue) = 154+192+67=413 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.29% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 67 (26.56% from 255 or 16.22% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC043 is #653FBC. Grayscale: #A6A6A6. Windows color (decimal): -6635453 or 4440218. OLE color: 4440218.
HSL color Cylindrical-coordinate representation of color #9AC043: hue angle of 78.24º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9AC043 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 67 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.25 |
| HSL | 78.24º | 0.5% | 0.51% | - |
| HSV(B) | 78.24º | 0.65% | 0.75% | - |
| XYZ | 33.19 | 44.97 | 12.24 | - |
| YUV | 166.39 | 71.91 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 67 | 0.20 | 0 | 0.65 | 0.25 | 78.24 | 0.5 | 0.51 |
| Hex | 9A | C0 | 43 | 14 | 0 | 41 | 19 | 4E | 32 | 33 |
| Octal | 232 | 300 | 103 | 24 | 0 | 101 | 31 | 116 | 62 | 63 |
| Binary | 10011010 | 11000000 | 1000011 | 10100 | 0 | 1000001 | 11001 | 1001110 | 110010 | 110011 |
Color Harmonies of #9AC043
Complementary color
Monochromatic Colors of #9AC043
Black with #9AC043
Text Example
Text Example
White with #9AC043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC043; }
p { color: rgb(154,192,67); }
H1.HeaderClassName
{
color: #9AC043;
}
.AnyTagClassName
{
color: #9AC043;
}
</style>
background-color css
<style>
a { background-color: #9AC043; }
a { background-color: rgb(154,192,67); }
div.DivClassName
{
background-color: #9AC043;
}
.BgClassName
{
background-color: #9AC043;
}
</style>
border-color css
<style>
span { border-color: #9AC043; }
span { border-color: rgb(154,192,67); }
td.TdClassName
{
border-color: #9AC043;
}
.TagClassName
{
border-color: #9AC043;
}
</style>