Shades of Conifer #A3C758
Tints of Conifer #A3C758
RGB
CMYK
RGB Variations
Color information
#A3C758 (or 0xA3C758) is known color: Conifer. HEX triplet: A3, C7 and 58. RGB value is (163,199,88). Sum of RGB (Red+Green+Blue) = 163+199+88=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 199 - color contains mainly: green. Hex color #A3C758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C758 is #5C38A7. Grayscale: #AFAFAF. Windows color (decimal): -6043816 or 5818275. OLE color: 5818275.
HSL color Cylindrical-coordinate representation of color #A3C758: hue angle of 79.46º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A3C758 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 199 | 88 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.22 |
| HSL | 79.46º | 0.5% | 0.56% | - |
| HSV(B) | 79.46º | 0.56% | 0.78% | - |
| XYZ | 37.29 | 49.34 | 16.79 | - |
| YUV | 175.58 | 78.57 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 199 | 88 | 0.18 | 0 | 0.56 | 0.22 | 79.46 | 0.5 | 0.56 |
| Hex | A3 | C7 | 58 | 12 | 0 | 38 | 16 | 4F | 32 | 38 |
| Octal | 243 | 307 | 130 | 22 | 0 | 70 | 26 | 117 | 62 | 70 |
| Binary | 10100011 | 11000111 | 1011000 | 10010 | 0 | 111000 | 10110 | 1001111 | 110010 | 111000 |
Color Harmonies of #A3C758
Complementary color
Monochromatic Colors of #A3C758
Black with #A3C758
Text Example
Text Example
White with #A3C758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C758; }
p { color: rgb(163,199,88); }
H1.HeaderClassName
{
color: #A3C758;
}
.AnyTagClassName
{
color: #A3C758;
}
</style>
background-color css
<style>
a { background-color: #A3C758; }
a { background-color: rgb(163,199,88); }
div.DivClassName
{
background-color: #A3C758;
}
.BgClassName
{
background-color: #A3C758;
}
</style>
border-color css
<style>
span { border-color: #A3C758; }
span { border-color: rgb(163,199,88); }
td.TdClassName
{
border-color: #A3C758;
}
.TagClassName
{
border-color: #A3C758;
}
</style>