Shades of Conifer #A3CF58
Tints of Conifer #A3CF58
RGB
CMYK
RGB Variations
Color information
#A3CF58 (or 0xA3CF58) is known color: Conifer. HEX triplet: A3, CF and 58. RGB value is (163,207,88). Sum of RGB (Red+Green+Blue) = 163+207+88=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 88 (34.77% from 255 or 19.21% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CF58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CF58 is #5C30A7. Grayscale: #B4B4B4. Windows color (decimal): -6041768 or 5820323. OLE color: 5820323.
HSL color Cylindrical-coordinate representation of color #A3CF58: hue angle of 82.18º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A3CF58 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 207 | 88 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.19 |
| HSL | 82.18º | 0.55% | 0.58% | - |
| HSV(B) | 82.18º | 0.57% | 0.81% | - |
| XYZ | 39.18 | 53.12 | 17.42 | - |
| YUV | 180.28 | 75.92 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 88 | 0.21 | 0 | 0.57 | 0.19 | 82.18 | 0.55 | 0.58 |
| Hex | A3 | CF | 58 | 15 | 0 | 39 | 13 | 52 | 37 | 3A |
| Octal | 243 | 317 | 130 | 25 | 0 | 71 | 23 | 122 | 67 | 72 |
| Binary | 10100011 | 11001111 | 1011000 | 10101 | 0 | 111001 | 10011 | 1010010 | 110111 | 111010 |
Color Harmonies of #A3CF58
Complementary color
Monochromatic Colors of #A3CF58
Black with #A3CF58
Text Example
Text Example
White with #A3CF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CF58; }
p { color: rgb(163,207,88); }
H1.HeaderClassName
{
color: #A3CF58;
}
.AnyTagClassName
{
color: #A3CF58;
}
</style>
background-color css
<style>
a { background-color: #A3CF58; }
a { background-color: rgb(163,207,88); }
div.DivClassName
{
background-color: #A3CF58;
}
.BgClassName
{
background-color: #A3CF58;
}
</style>
border-color css
<style>
span { border-color: #A3CF58; }
span { border-color: rgb(163,207,88); }
td.TdClassName
{
border-color: #A3CF58;
}
.TagClassName
{
border-color: #A3CF58;
}
</style>