Shades of Conifer #ACCF5C
Tints of Conifer #ACCF5C
RGB
CMYK
RGB Variations
Color information
#ACCF5C (or 0xACCF5C) is known color: Conifer. HEX triplet: AC, CF and 5C. RGB value is (172,207,92). Sum of RGB (Red+Green+Blue) = 172+207+92=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCF5C is #5330A3. Grayscale: #B7B7B7. Windows color (decimal): -5451940 or 6082476. OLE color: 6082476.
HSL color Cylindrical-coordinate representation of color #ACCF5C: hue angle of 78.26º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACCF5C is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 92 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.19 |
| HSL | 78.26º | 0.55% | 0.59% | - |
| HSV(B) | 78.26º | 0.56% | 0.81% | - |
| XYZ | 41.26 | 54.17 | 18.41 | - |
| YUV | 183.43 | 76.4 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 92 | 0.17 | 0 | 0.56 | 0.19 | 78.26 | 0.55 | 0.59 |
| Hex | AC | CF | 5C | 11 | 0 | 38 | 13 | 4E | 37 | 3B |
| Octal | 254 | 317 | 134 | 21 | 0 | 70 | 23 | 116 | 67 | 73 |
| Binary | 10101100 | 11001111 | 1011100 | 10001 | 0 | 111000 | 10011 | 1001110 | 110111 | 111011 |
Color Harmonies of #ACCF5C
Complementary color
Monochromatic Colors of #ACCF5C
Black with #ACCF5C
Text Example
Text Example
White with #ACCF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF5C; }
p { color: rgb(172,207,92); }
H1.HeaderClassName
{
color: #ACCF5C;
}
.AnyTagClassName
{
color: #ACCF5C;
}
</style>
background-color css
<style>
a { background-color: #ACCF5C; }
a { background-color: rgb(172,207,92); }
div.DivClassName
{
background-color: #ACCF5C;
}
.BgClassName
{
background-color: #ACCF5C;
}
</style>
border-color css
<style>
span { border-color: #ACCF5C; }
span { border-color: rgb(172,207,92); }
td.TdClassName
{
border-color: #ACCF5C;
}
.TagClassName
{
border-color: #ACCF5C;
}
</style>