Shades of Conifer #ACFD68
Tints of Conifer #ACFD68
RGB
CMYK
RGB Variations
Color information
#ACFD68 (or 0xACFD68) is known color: Conifer. HEX triplet: AC, FD and 68. RGB value is (172,253,104). Sum of RGB (Red+Green+Blue) = 172+253+104=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFD68 is #530297. Grayscale: #D4D4D4. Windows color (decimal): -5440152 or 6880684. OLE color: 6880684.
HSL color Cylindrical-coordinate representation of color #ACFD68: hue angle of 92.62º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACFD68 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 104 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.01 |
| HSL | 92.62º | 0.97% | 0.7% | - |
| HSV(B) | 92.62º | 0.59% | 0.99% | - |
| XYZ | 54.64 | 80.02 | 25.66 | - |
| YUV | 211.8 | 67.16 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 104 | 0.32 | 0 | 0.59 | 0.01 | 92.62 | 0.97 | 0.7 |
| Hex | AC | FD | 68 | 20 | 0 | 3B | 1 | 5D | 61 | 46 |
| Octal | 254 | 375 | 150 | 40 | 0 | 73 | 1 | 135 | 141 | 106 |
| Binary | 10101100 | 11111101 | 1101000 | 100000 | 0 | 111011 | 1 | 1011101 | 1100001 | 1000110 |
Color Harmonies of #ACFD68
Complementary color
Monochromatic Colors of #ACFD68
Black with #ACFD68
Text Example
Text Example
White with #ACFD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFD68; }
p { color: rgb(172,253,104); }
H1.HeaderClassName
{
color: #ACFD68;
}
.AnyTagClassName
{
color: #ACFD68;
}
</style>
background-color css
<style>
a { background-color: #ACFD68; }
a { background-color: rgb(172,253,104); }
div.DivClassName
{
background-color: #ACFD68;
}
.BgClassName
{
background-color: #ACFD68;
}
</style>
border-color css
<style>
span { border-color: #ACFD68; }
span { border-color: rgb(172,253,104); }
td.TdClassName
{
border-color: #ACFD68;
}
.TagClassName
{
border-color: #ACFD68;
}
</style>