Shades of Conifer #ACFF62
Tints of Conifer #ACFF62
RGB
CMYK
RGB Variations
Color information
#ACFF62 (or 0xACFF62) is known color: Conifer. HEX triplet: AC, FF and 62. RGB value is (172,255,98). Sum of RGB (Red+Green+Blue) = 172+255+98=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 98 (38.67% from 255 or 18.67% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF62 is #53009D. Grayscale: #D4D4D4. Windows color (decimal): -5439646 or 6487980. OLE color: 6487980.
HSL color Cylindrical-coordinate representation of color #ACFF62: hue angle of 91.72º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACFF62 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 98 | - |
| CMYK | 0.33 | 0 | 0.62 | 0 |
| HSL | 91.72º | 1% | 0.69% | - |
| HSV(B) | 91.72º | 0.62% | 1% | - |
| XYZ | 54.98 | 81.17 | 24.33 | - |
| YUV | 212.29 | 63.5 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 98 | 0.33 | 0 | 0.62 | 0 | 91.72 | 1 | 0.69 |
| Hex | AC | FF | 62 | 21 | 0 | 3E | 0 | 5C | 64 | 45 |
| Octal | 254 | 377 | 142 | 41 | 0 | 76 | 0 | 134 | 144 | 105 |
| Binary | 10101100 | 11111111 | 1100010 | 100001 | 0 | 111110 | 0 | 1011100 | 1100100 | 1000101 |
Color Harmonies of #ACFF62
Complementary color
Monochromatic Colors of #ACFF62
Black with #ACFF62
Text Example
Text Example
White with #ACFF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFF62; }
p { color: rgb(172,255,98); }
H1.HeaderClassName
{
color: #ACFF62;
}
.AnyTagClassName
{
color: #ACFF62;
}
</style>
background-color css
<style>
a { background-color: #ACFF62; }
a { background-color: rgb(172,255,98); }
div.DivClassName
{
background-color: #ACFF62;
}
.BgClassName
{
background-color: #ACFF62;
}
</style>
border-color css
<style>
span { border-color: #ACFF62; }
span { border-color: rgb(172,255,98); }
td.TdClassName
{
border-color: #ACFF62;
}
.TagClassName
{
border-color: #ACFF62;
}
</style>