Shades of Olivine #A3C25C
Tints of Olivine #A3C25C
RGB
CMYK
RGB Variations
Color information
#A3C25C (or 0xA3C25C) is known color: Olivine. HEX triplet: A3, C2 and 5C. RGB value is (163,194,92). Sum of RGB (Red+Green+Blue) = 163+194+92=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C25C is #5C3DA3. Grayscale: #ADADAD. Windows color (decimal): -6045092 or 6079139. OLE color: 6079139.
HSL color Cylindrical-coordinate representation of color #A3C25C: hue angle of 78.24º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3C25C is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 92 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.24 |
| HSL | 78.24º | 0.46% | 0.56% | - |
| HSV(B) | 78.24º | 0.53% | 0.76% | - |
| XYZ | 36.33 | 47.14 | 17.31 | - |
| YUV | 173.1 | 82.23 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 92 | 0.16 | 0 | 0.53 | 0.24 | 78.24 | 0.46 | 0.56 |
| Hex | A3 | C2 | 5C | 10 | 0 | 35 | 18 | 4E | 2E | 38 |
| Octal | 243 | 302 | 134 | 20 | 0 | 65 | 30 | 116 | 56 | 70 |
| Binary | 10100011 | 11000010 | 1011100 | 10000 | 0 | 110101 | 11000 | 1001110 | 101110 | 111000 |
Color Harmonies of #A3C25C
Complementary color
Monochromatic Colors of #A3C25C
Black with #A3C25C
Text Example
Text Example
White with #A3C25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C25C; }
p { color: rgb(163,194,92); }
H1.HeaderClassName
{
color: #A3C25C;
}
.AnyTagClassName
{
color: #A3C25C;
}
</style>
background-color css
<style>
a { background-color: #A3C25C; }
a { background-color: rgb(163,194,92); }
div.DivClassName
{
background-color: #A3C25C;
}
.BgClassName
{
background-color: #A3C25C;
}
</style>
border-color css
<style>
span { border-color: #A3C25C; }
span { border-color: rgb(163,194,92); }
td.TdClassName
{
border-color: #A3C25C;
}
.TagClassName
{
border-color: #A3C25C;
}
</style>