Shades of Conifer #ACFF64
Tints of Conifer #ACFF64
RGB
CMYK
RGB Variations
Color information
#ACFF64 (or 0xACFF64) is known color: Conifer. HEX triplet: AC, FF and 64. RGB value is (172,255,100). Sum of RGB (Red+Green+Blue) = 172+255+100=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF64 is #53009B. Grayscale: #D5D5D5. Windows color (decimal): -5439644 or 6619052. OLE color: 6619052.
HSL color Cylindrical-coordinate representation of color #ACFF64: hue angle of 92.13º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACFF64 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 100 | - |
| CMYK | 0.33 | 0 | 0.61 | 0 |
| HSL | 92.13º | 1% | 0.7% | - |
| HSV(B) | 92.13º | 0.61% | 1% | - |
| XYZ | 55.07 | 81.21 | 24.83 | - |
| YUV | 212.51 | 64.5 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 100 | 0.33 | 0 | 0.61 | 0 | 92.13 | 1 | 0.7 |
| Hex | AC | FF | 64 | 21 | 0 | 3D | 0 | 5C | 64 | 46 |
| Octal | 254 | 377 | 144 | 41 | 0 | 75 | 0 | 134 | 144 | 106 |
| Binary | 10101100 | 11111111 | 1100100 | 100001 | 0 | 111101 | 0 | 1011100 | 1100100 | 1000110 |
Color Harmonies of #ACFF64
Complementary color
Monochromatic Colors of #ACFF64
Black with #ACFF64
Text Example
Text Example
White with #ACFF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFF64; }
p { color: rgb(172,255,100); }
H1.HeaderClassName
{
color: #ACFF64;
}
.AnyTagClassName
{
color: #ACFF64;
}
</style>
background-color css
<style>
a { background-color: #ACFF64; }
a { background-color: rgb(172,255,100); }
div.DivClassName
{
background-color: #ACFF64;
}
.BgClassName
{
background-color: #ACFF64;
}
</style>
border-color css
<style>
span { border-color: #ACFF64; }
span { border-color: rgb(172,255,100); }
td.TdClassName
{
border-color: #ACFF64;
}
.TagClassName
{
border-color: #ACFF64;
}
</style>