Shades of Atlantis #9AC04C
Tints of Atlantis #9AC04C
RGB
CMYK
RGB Variations
Color information
#9AC04C (or 0x9AC04C) is known color: Atlantis. HEX triplet: 9A, C0 and 4C. RGB value is (154,192,76). Sum of RGB (Red+Green+Blue) = 154+192+76=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC04C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC04C is #653FB3. Grayscale: #A7A7A7. Windows color (decimal): -6635444 or 5030042. OLE color: 5030042.
HSL color Cylindrical-coordinate representation of color #9AC04C: hue angle of 79.66º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9AC04C is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 76 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.25 |
| HSL | 79.66º | 0.48% | 0.53% | - |
| HSV(B) | 79.66º | 0.6% | 0.75% | - |
| XYZ | 33.48 | 45.09 | 13.78 | - |
| YUV | 167.41 | 76.41 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 76 | 0.20 | 0 | 0.60 | 0.25 | 79.66 | 0.48 | 0.53 |
| Hex | 9A | C0 | 4C | 14 | 0 | 3C | 19 | 50 | 30 | 35 |
| Octal | 232 | 300 | 114 | 24 | 0 | 74 | 31 | 120 | 60 | 65 |
| Binary | 10011010 | 11000000 | 1001100 | 10100 | 0 | 111100 | 11001 | 1010000 | 110000 | 110101 |
Color Harmonies of #9AC04C
Complementary color
Monochromatic Colors of #9AC04C
Black with #9AC04C
Text Example
Text Example
White with #9AC04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC04C; }
p { color: rgb(154,192,76); }
H1.HeaderClassName
{
color: #9AC04C;
}
.AnyTagClassName
{
color: #9AC04C;
}
</style>
background-color css
<style>
a { background-color: #9AC04C; }
a { background-color: rgb(154,192,76); }
div.DivClassName
{
background-color: #9AC04C;
}
.BgClassName
{
background-color: #9AC04C;
}
</style>
border-color css
<style>
span { border-color: #9AC04C; }
span { border-color: rgb(154,192,76); }
td.TdClassName
{
border-color: #9AC04C;
}
.TagClassName
{
border-color: #9AC04C;
}
</style>