Shades of Conifer #ACFF63
Tints of Conifer #ACFF63
RGB
CMYK
RGB Variations
Color information
#ACFF63 (or 0xACFF63) is known color: Conifer. HEX triplet: AC, FF and 63. RGB value is (172,255,99). Sum of RGB (Red+Green+Blue) = 172+255+99=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF63 is #53009C. Grayscale: #D4D4D4. Windows color (decimal): -5439645 or 6553516. OLE color: 6553516.
HSL color Cylindrical-coordinate representation of color #ACFF63: hue angle of 91.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACFF63 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 99 | - |
| CMYK | 0.33 | 0 | 0.61 | 0 |
| HSL | 91.92º | 1% | 0.69% | - |
| HSV(B) | 91.92º | 0.61% | 1% | - |
| XYZ | 55.03 | 81.19 | 24.58 | - |
| YUV | 212.4 | 64 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 99 | 0.33 | 0 | 0.61 | 0 | 91.92 | 1 | 0.69 |
| Hex | AC | FF | 63 | 21 | 0 | 3D | 0 | 5C | 64 | 45 |
| Octal | 254 | 377 | 143 | 41 | 0 | 75 | 0 | 134 | 144 | 105 |
| Binary | 10101100 | 11111111 | 1100011 | 100001 | 0 | 111101 | 0 | 1011100 | 1100100 | 1000101 |
Color Harmonies of #ACFF63
Complementary color
Monochromatic Colors of #ACFF63
Black with #ACFF63
Text Example
Text Example
White with #ACFF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFF63; }
p { color: rgb(172,255,99); }
H1.HeaderClassName
{
color: #ACFF63;
}
.AnyTagClassName
{
color: #ACFF63;
}
</style>
background-color css
<style>
a { background-color: #ACFF63; }
a { background-color: rgb(172,255,99); }
div.DivClassName
{
background-color: #ACFF63;
}
.BgClassName
{
background-color: #ACFF63;
}
</style>
border-color css
<style>
span { border-color: #ACFF63; }
span { border-color: rgb(172,255,99); }
td.TdClassName
{
border-color: #ACFF63;
}
.TagClassName
{
border-color: #ACFF63;
}
</style>