Shades of Conifer #ACFF67
Tints of Conifer #ACFF67
RGB
CMYK
RGB Variations
Color information
#ACFF67 (or 0xACFF67) is known color: Conifer. HEX triplet: AC, FF and 67. RGB value is (172,255,103). Sum of RGB (Red+Green+Blue) = 172+255+103=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 103 (40.62% from 255 or 19.43% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF67 is #530098. Grayscale: #D5D5D5. Windows color (decimal): -5439641 or 6815660. OLE color: 6815660.
HSL color Cylindrical-coordinate representation of color #ACFF67: hue angle of 92.76º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACFF67 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 103 | - |
| CMYK | 0.33 | 0 | 0.60 | 0 |
| HSL | 92.76º | 1% | 0.7% | - |
| HSV(B) | 92.76º | 0.6% | 1% | - |
| XYZ | 55.22 | 81.27 | 25.61 | - |
| YUV | 212.86 | 66 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 103 | 0.33 | 0 | 0.60 | 0 | 92.76 | 1 | 0.7 |
| Hex | AC | FF | 67 | 21 | 0 | 3C | 0 | 5D | 64 | 46 |
| Octal | 254 | 377 | 147 | 41 | 0 | 74 | 0 | 135 | 144 | 106 |
| Binary | 10101100 | 11111111 | 1100111 | 100001 | 0 | 111100 | 0 | 1011101 | 1100100 | 1000110 |
Color Harmonies of #ACFF67
Complementary color
Monochromatic Colors of #ACFF67
Black with #ACFF67
Text Example
Text Example
White with #ACFF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFF67; }
p { color: rgb(172,255,103); }
H1.HeaderClassName
{
color: #ACFF67;
}
.AnyTagClassName
{
color: #ACFF67;
}
</style>
background-color css
<style>
a { background-color: #ACFF67; }
a { background-color: rgb(172,255,103); }
div.DivClassName
{
background-color: #ACFF67;
}
.BgClassName
{
background-color: #ACFF67;
}
</style>
border-color css
<style>
span { border-color: #ACFF67; }
span { border-color: rgb(172,255,103); }
td.TdClassName
{
border-color: #ACFF67;
}
.TagClassName
{
border-color: #ACFF67;
}
</style>