Shades of Conifer #ACFE64
Tints of Conifer #ACFE64
RGB
CMYK
RGB Variations
Color information
#ACFE64 (or 0xACFE64) is known color: Conifer. HEX triplet: AC, FE and 64. RGB value is (172,254,100). Sum of RGB (Red+Green+Blue) = 172+254+100=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 100 (39.45% from 255 or 19.01% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFE64 is #53019B. Grayscale: #D4D4D4. Windows color (decimal): -5439900 or 6618796. OLE color: 6618796.
HSL color Cylindrical-coordinate representation of color #ACFE64: hue angle of 91.95º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACFE64 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 100 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.00 |
| HSL | 91.95º | 0.99% | 0.69% | - |
| HSV(B) | 91.95º | 0.61% | 1% | - |
| XYZ | 54.76 | 80.57 | 24.72 | - |
| YUV | 211.93 | 64.83 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 100 | 0.32 | 0 | 0.61 | 0.00 | 91.95 | 0.99 | 0.69 |
| Hex | AC | FE | 64 | 20 | 0 | 3D | 0 | 5C | 63 | 45 |
| Octal | 254 | 376 | 144 | 40 | 0 | 75 | 0 | 134 | 143 | 105 |
| Binary | 10101100 | 11111110 | 1100100 | 100000 | 0 | 111101 | 0 | 1011100 | 1100011 | 1000101 |
Color Harmonies of #ACFE64
Complementary color
Monochromatic Colors of #ACFE64
Black with #ACFE64
Text Example
Text Example
White with #ACFE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFE64; }
p { color: rgb(172,254,100); }
H1.HeaderClassName
{
color: #ACFE64;
}
.AnyTagClassName
{
color: #ACFE64;
}
</style>
background-color css
<style>
a { background-color: #ACFE64; }
a { background-color: rgb(172,254,100); }
div.DivClassName
{
background-color: #ACFE64;
}
.BgClassName
{
background-color: #ACFE64;
}
</style>
border-color css
<style>
span { border-color: #ACFE64; }
span { border-color: rgb(172,254,100); }
td.TdClassName
{
border-color: #ACFE64;
}
.TagClassName
{
border-color: #ACFE64;
}
</style>