Shades of Conifer #ACFE54
Tints of Conifer #ACFE54
RGB
CMYK
RGB Variations
Color information
#ACFE54 (or 0xACFE54) is known color: Conifer. HEX triplet: AC, FE and 54. RGB value is (172,254,84). Sum of RGB (Red+Green+Blue) = 172+254+84=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 84 (33.20% from 255 or 16.47% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFE54 is #5301AB. Grayscale: #D2D2D2. Windows color (decimal): -5439916 or 5570220. OLE color: 5570220.
HSL color Cylindrical-coordinate representation of color #ACFE54: hue angle of 88.94º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACFE54 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 84 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.00 |
| HSL | 88.94º | 0.99% | 0.66% | - |
| HSV(B) | 88.94º | 0.67% | 1% | - |
| XYZ | 54.06 | 80.29 | 21.04 | - |
| YUV | 210.1 | 56.83 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 84 | 0.32 | 0 | 0.67 | 0.00 | 88.94 | 0.99 | 0.66 |
| Hex | AC | FE | 54 | 20 | 0 | 43 | 0 | 59 | 63 | 42 |
| Octal | 254 | 376 | 124 | 40 | 0 | 103 | 0 | 131 | 143 | 102 |
| Binary | 10101100 | 11111110 | 1010100 | 100000 | 0 | 1000011 | 0 | 1011001 | 1100011 | 1000010 |
Color Harmonies of #ACFE54
Complementary color
Monochromatic Colors of #ACFE54
Black with #ACFE54
Text Example
Text Example
White with #ACFE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFE54; }
p { color: rgb(172,254,84); }
H1.HeaderClassName
{
color: #ACFE54;
}
.AnyTagClassName
{
color: #ACFE54;
}
</style>
background-color css
<style>
a { background-color: #ACFE54; }
a { background-color: rgb(172,254,84); }
div.DivClassName
{
background-color: #ACFE54;
}
.BgClassName
{
background-color: #ACFE54;
}
</style>
border-color css
<style>
span { border-color: #ACFE54; }
span { border-color: rgb(172,254,84); }
td.TdClassName
{
border-color: #ACFE54;
}
.TagClassName
{
border-color: #ACFE54;
}
</style>