Shades of Conifer #ACCF58
Tints of Conifer #ACCF58
RGB
CMYK
RGB Variations
Color information
#ACCF58 (or 0xACCF58) is known color: Conifer. HEX triplet: AC, CF and 58. RGB value is (172,207,88). Sum of RGB (Red+Green+Blue) = 172+207+88=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCF58 is #5330A7. Grayscale: #B7B7B7. Windows color (decimal): -5451944 or 5820332. OLE color: 5820332.
HSL color Cylindrical-coordinate representation of color #ACCF58: hue angle of 77.65º 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 #ACCF58 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 88 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.19 |
| HSL | 77.65º | 0.55% | 0.58% | - |
| HSV(B) | 77.65º | 0.57% | 0.81% | - |
| XYZ | 41.09 | 54.1 | 17.51 | - |
| YUV | 182.97 | 74.4 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 88 | 0.17 | 0 | 0.57 | 0.19 | 77.65 | 0.55 | 0.58 |
| Hex | AC | CF | 58 | 11 | 0 | 39 | 13 | 4E | 37 | 3A |
| Octal | 254 | 317 | 130 | 21 | 0 | 71 | 23 | 116 | 67 | 72 |
| Binary | 10101100 | 11001111 | 1011000 | 10001 | 0 | 111001 | 10011 | 1001110 | 110111 | 111010 |
Color Harmonies of #ACCF58
Complementary color
Monochromatic Colors of #ACCF58
Black with #ACCF58
Text Example
Text Example
White with #ACCF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF58; }
p { color: rgb(172,207,88); }
H1.HeaderClassName
{
color: #ACCF58;
}
.AnyTagClassName
{
color: #ACCF58;
}
</style>
background-color css
<style>
a { background-color: #ACCF58; }
a { background-color: rgb(172,207,88); }
div.DivClassName
{
background-color: #ACCF58;
}
.BgClassName
{
background-color: #ACCF58;
}
</style>
border-color css
<style>
span { border-color: #ACCF58; }
span { border-color: rgb(172,207,88); }
td.TdClassName
{
border-color: #ACCF58;
}
.TagClassName
{
border-color: #ACCF58;
}
</style>