Shades of Conifer #ACFC5C
Tints of Conifer #ACFC5C
RGB
CMYK
RGB Variations
Color information
#ACFC5C (or 0xACFC5C) is known color: Conifer. HEX triplet: AC, FC and 5C. RGB value is (172,252,92). Sum of RGB (Red+Green+Blue) = 172+252+92=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 252 (98.83% from 255 or 48.84% from 516); Blue value is 92 (36.33% from 255 or 17.83% from 516); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFC5C is #5303A3. Grayscale: #D2D2D2. Windows color (decimal): -5440420 or 6093996. OLE color: 6093996.
HSL color Cylindrical-coordinate representation of color #ACFC5C: hue angle of 90º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACFC5C is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 92 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.01 |
| HSL | 90º | 0.96% | 0.67% | - |
| HSV(B) | 90º | 0.63% | 0.99% | - |
| XYZ | 53.76 | 79.16 | 22.57 | - |
| YUV | 209.84 | 61.5 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 92 | 0.32 | 0 | 0.63 | 0.01 | 90 | 0.96 | 0.67 |
| Hex | AC | FC | 5C | 20 | 0 | 3F | 1 | 5A | 60 | 43 |
| Octal | 254 | 374 | 134 | 40 | 0 | 77 | 1 | 132 | 140 | 103 |
| Binary | 10101100 | 11111100 | 1011100 | 100000 | 0 | 111111 | 1 | 1011010 | 1100000 | 1000011 |
Color Harmonies of #ACFC5C
Complementary color
Monochromatic Colors of #ACFC5C
Black with #ACFC5C
Text Example
Text Example
White with #ACFC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFC5C; }
p { color: rgb(172,252,92); }
H1.HeaderClassName
{
color: #ACFC5C;
}
.AnyTagClassName
{
color: #ACFC5C;
}
</style>
background-color css
<style>
a { background-color: #ACFC5C; }
a { background-color: rgb(172,252,92); }
div.DivClassName
{
background-color: #ACFC5C;
}
.BgClassName
{
background-color: #ACFC5C;
}
</style>
border-color css
<style>
span { border-color: #ACFC5C; }
span { border-color: rgb(172,252,92); }
td.TdClassName
{
border-color: #ACFC5C;
}
.TagClassName
{
border-color: #ACFC5C;
}
</style>