Shades of Atlantis #9AC24A
Tints of Atlantis #9AC24A
RGB
CMYK
RGB Variations
Color information
#9AC24A (or 0x9AC24A) is known color: Atlantis. HEX triplet: 9A, C2 and 4A. RGB value is (154,194,74). Sum of RGB (Red+Green+Blue) = 154+194+74=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC24A is #653DB5. Grayscale: #A8A8A8. Windows color (decimal): -6634934 or 4899482. OLE color: 4899482.
HSL color Cylindrical-coordinate representation of color #9AC24A: hue angle of 80º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9AC24A is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 194 | 74 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.24 |
| HSL | 80º | 0.5% | 0.53% | - |
| HSV(B) | 80º | 0.62% | 0.76% | - |
| XYZ | 33.85 | 45.95 | 13.56 | - |
| YUV | 168.36 | 74.75 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 194 | 74 | 0.21 | 0 | 0.62 | 0.24 | 80 | 0.5 | 0.53 |
| Hex | 9A | C2 | 4A | 15 | 0 | 3E | 18 | 50 | 32 | 35 |
| Octal | 232 | 302 | 112 | 25 | 0 | 76 | 30 | 120 | 62 | 65 |
| Binary | 10011010 | 11000010 | 1001010 | 10101 | 0 | 111110 | 11000 | 1010000 | 110010 | 110101 |
Color Harmonies of #9AC24A
Complementary color
Monochromatic Colors of #9AC24A
Black with #9AC24A
Text Example
Text Example
White with #9AC24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC24A; }
p { color: rgb(154,194,74); }
H1.HeaderClassName
{
color: #9AC24A;
}
.AnyTagClassName
{
color: #9AC24A;
}
</style>
background-color css
<style>
a { background-color: #9AC24A; }
a { background-color: rgb(154,194,74); }
div.DivClassName
{
background-color: #9AC24A;
}
.BgClassName
{
background-color: #9AC24A;
}
</style>
border-color css
<style>
span { border-color: #9AC24A; }
span { border-color: rgb(154,194,74); }
td.TdClassName
{
border-color: #9AC24A;
}
.TagClassName
{
border-color: #9AC24A;
}
</style>