Shades of Conifer #A3D758
Tints of Conifer #A3D758
RGB
CMYK
RGB Variations
Color information
#A3D758 (or 0xA3D758) is known color: Conifer. HEX triplet: A3, D7 and 58. RGB value is (163,215,88). Sum of RGB (Red+Green+Blue) = 163+215+88=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 88 (34.77% from 255 or 18.88% from 466); Max value from RGB is 215 - color contains mainly: green. Hex color #A3D758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D758 is #5C28A7. Grayscale: #B9B9B9. Windows color (decimal): -6039720 or 5822371. OLE color: 5822371.
HSL color Cylindrical-coordinate representation of color #A3D758: hue angle of 84.57º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A3D758 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 215 | 88 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.16 |
| HSL | 84.57º | 0.61% | 0.59% | - |
| HSV(B) | 84.57º | 0.59% | 0.84% | - |
| XYZ | 41.17 | 57.09 | 18.08 | - |
| YUV | 184.97 | 73.27 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 215 | 88 | 0.24 | 0 | 0.59 | 0.16 | 84.57 | 0.61 | 0.59 |
| Hex | A3 | D7 | 58 | 18 | 0 | 3B | 10 | 55 | 3D | 3B |
| Octal | 243 | 327 | 130 | 30 | 0 | 73 | 20 | 125 | 75 | 73 |
| Binary | 10100011 | 11010111 | 1011000 | 11000 | 0 | 111011 | 10000 | 1010101 | 111101 | 111011 |
Color Harmonies of #A3D758
Complementary color
Monochromatic Colors of #A3D758
Black with #A3D758
Text Example
Text Example
White with #A3D758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D758; }
p { color: rgb(163,215,88); }
H1.HeaderClassName
{
color: #A3D758;
}
.AnyTagClassName
{
color: #A3D758;
}
</style>
background-color css
<style>
a { background-color: #A3D758; }
a { background-color: rgb(163,215,88); }
div.DivClassName
{
background-color: #A3D758;
}
.BgClassName
{
background-color: #A3D758;
}
</style>
border-color css
<style>
span { border-color: #A3D758; }
span { border-color: rgb(163,215,88); }
td.TdClassName
{
border-color: #A3D758;
}
.TagClassName
{
border-color: #A3D758;
}
</style>