Shades of Conifer #ACFE5C
Tints of Conifer #ACFE5C
RGB
CMYK
RGB Variations
Color information
#ACFE5C (or 0xACFE5C) is known color: Conifer. HEX triplet: AC, FE and 5C. RGB value is (172,254,92). Sum of RGB (Red+Green+Blue) = 172+254+92=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFE5C is #5301A3. Grayscale: #D3D3D3. Windows color (decimal): -5439908 or 6094508. OLE color: 6094508.
HSL color Cylindrical-coordinate representation of color #ACFE5C: hue angle of 90.37º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACFE5C is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 92 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.00 |
| HSL | 90.37º | 0.99% | 0.68% | - |
| HSV(B) | 90.37º | 0.64% | 1% | - |
| XYZ | 54.39 | 80.43 | 22.78 | - |
| YUV | 211.01 | 60.83 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 92 | 0.32 | 0 | 0.64 | 0.00 | 90.37 | 0.99 | 0.68 |
| Hex | AC | FE | 5C | 20 | 0 | 40 | 0 | 5A | 63 | 44 |
| Octal | 254 | 376 | 134 | 40 | 0 | 100 | 0 | 132 | 143 | 104 |
| Binary | 10101100 | 11111110 | 1011100 | 100000 | 0 | 1000000 | 0 | 1011010 | 1100011 | 1000100 |
Color Harmonies of #ACFE5C
Complementary color
Monochromatic Colors of #ACFE5C
Black with #ACFE5C
Text Example
Text Example
White with #ACFE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFE5C; }
p { color: rgb(172,254,92); }
H1.HeaderClassName
{
color: #ACFE5C;
}
.AnyTagClassName
{
color: #ACFE5C;
}
</style>
background-color css
<style>
a { background-color: #ACFE5C; }
a { background-color: rgb(172,254,92); }
div.DivClassName
{
background-color: #ACFE5C;
}
.BgClassName
{
background-color: #ACFE5C;
}
</style>
border-color css
<style>
span { border-color: #ACFE5C; }
span { border-color: rgb(172,254,92); }
td.TdClassName
{
border-color: #ACFE5C;
}
.TagClassName
{
border-color: #ACFE5C;
}
</style>