Shades of Conifer #ACFD59
Tints of Conifer #ACFD59
RGB
CMYK
RGB Variations
Color information
#ACFD59 (or 0xACFD59) is known color: Conifer. HEX triplet: AC, FD and 59. RGB value is (172,253,89). Sum of RGB (Red+Green+Blue) = 172+253+89=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 89 (35.16% from 255 or 17.32% from 514); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFD59 is #5302A6. Grayscale: #D2D2D2. Windows color (decimal): -5440167 or 5897644. OLE color: 5897644.
HSL color Cylindrical-coordinate representation of color #ACFD59: hue angle of 89.63º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACFD59 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 89 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.01 |
| HSL | 89.63º | 0.98% | 0.67% | - |
| HSV(B) | 89.63º | 0.65% | 0.99% | - |
| XYZ | 53.94 | 79.74 | 22 | - |
| YUV | 210.09 | 59.66 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 89 | 0.32 | 0 | 0.65 | 0.01 | 89.63 | 0.98 | 0.67 |
| Hex | AC | FD | 59 | 20 | 0 | 41 | 1 | 5A | 62 | 43 |
| Octal | 254 | 375 | 131 | 40 | 0 | 101 | 1 | 132 | 142 | 103 |
| Binary | 10101100 | 11111101 | 1011001 | 100000 | 0 | 1000001 | 1 | 1011010 | 1100010 | 1000011 |
Color Harmonies of #ACFD59
Complementary color
Monochromatic Colors of #ACFD59
Black with #ACFD59
Text Example
Text Example
White with #ACFD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFD59; }
p { color: rgb(172,253,89); }
H1.HeaderClassName
{
color: #ACFD59;
}
.AnyTagClassName
{
color: #ACFD59;
}
</style>
background-color css
<style>
a { background-color: #ACFD59; }
a { background-color: rgb(172,253,89); }
div.DivClassName
{
background-color: #ACFD59;
}
.BgClassName
{
background-color: #ACFD59;
}
</style>
border-color css
<style>
span { border-color: #ACFD59; }
span { border-color: rgb(172,253,89); }
td.TdClassName
{
border-color: #ACFD59;
}
.TagClassName
{
border-color: #ACFD59;
}
</style>