Shades of Conifer #ACFC5D
Tints of Conifer #ACFC5D
RGB
CMYK
RGB Variations
Color information
#ACFC5D (or 0xACFC5D) is known color: Conifer. HEX triplet: AC, FC and 5D. RGB value is (172,252,93). Sum of RGB (Red+Green+Blue) = 172+252+93=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFC5D is #5303A2. Grayscale: #D2D2D2. Windows color (decimal): -5440419 or 6159532. OLE color: 6159532.
HSL color Cylindrical-coordinate representation of color #ACFC5D: hue angle of 90.19º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACFC5D is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 93 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.01 |
| HSL | 90.19º | 0.96% | 0.68% | - |
| HSV(B) | 90.19º | 0.63% | 0.99% | - |
| XYZ | 53.8 | 79.18 | 22.8 | - |
| YUV | 209.95 | 62 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 93 | 0.32 | 0 | 0.63 | 0.01 | 90.19 | 0.96 | 0.68 |
| Hex | AC | FC | 5D | 20 | 0 | 3F | 1 | 5A | 60 | 44 |
| Octal | 254 | 374 | 135 | 40 | 0 | 77 | 1 | 132 | 140 | 104 |
| Binary | 10101100 | 11111100 | 1011101 | 100000 | 0 | 111111 | 1 | 1011010 | 1100000 | 1000100 |
Color Harmonies of #ACFC5D
Complementary color
Monochromatic Colors of #ACFC5D
Black with #ACFC5D
Text Example
Text Example
White with #ACFC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFC5D; }
p { color: rgb(172,252,93); }
H1.HeaderClassName
{
color: #ACFC5D;
}
.AnyTagClassName
{
color: #ACFC5D;
}
</style>
background-color css
<style>
a { background-color: #ACFC5D; }
a { background-color: rgb(172,252,93); }
div.DivClassName
{
background-color: #ACFC5D;
}
.BgClassName
{
background-color: #ACFC5D;
}
</style>
border-color css
<style>
span { border-color: #ACFC5D; }
span { border-color: rgb(172,252,93); }
td.TdClassName
{
border-color: #ACFC5D;
}
.TagClassName
{
border-color: #ACFC5D;
}
</style>