Shades of Conifer #ACFC67
Tints of Conifer #ACFC67
RGB
CMYK
RGB Variations
Color information
#ACFC67 (or 0xACFC67) is known color: Conifer. HEX triplet: AC, FC and 67. RGB value is (172,252,103). Sum of RGB (Red+Green+Blue) = 172+252+103=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 103 (40.62% from 255 or 19.54% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFC67 is #530398. Grayscale: #D3D3D3. Windows color (decimal): -5440409 or 6814892. OLE color: 6814892.
HSL color Cylindrical-coordinate representation of color #ACFC67: hue angle of 92.21º degrees, saturation: 0.96, 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 #ACFC67 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 103 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.01 |
| HSL | 92.21º | 0.96% | 0.7% | - |
| HSV(B) | 92.21º | 0.59% | 0.99% | - |
| XYZ | 54.27 | 79.37 | 25.29 | - |
| YUV | 211.09 | 67 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 103 | 0.32 | 0 | 0.59 | 0.01 | 92.21 | 0.96 | 0.7 |
| Hex | AC | FC | 67 | 20 | 0 | 3B | 1 | 5C | 60 | 46 |
| Octal | 254 | 374 | 147 | 40 | 0 | 73 | 1 | 134 | 140 | 106 |
| Binary | 10101100 | 11111100 | 1100111 | 100000 | 0 | 111011 | 1 | 1011100 | 1100000 | 1000110 |
Color Harmonies of #ACFC67
Complementary color
Monochromatic Colors of #ACFC67
Black with #ACFC67
Text Example
Text Example
White with #ACFC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFC67; }
p { color: rgb(172,252,103); }
H1.HeaderClassName
{
color: #ACFC67;
}
.AnyTagClassName
{
color: #ACFC67;
}
</style>
background-color css
<style>
a { background-color: #ACFC67; }
a { background-color: rgb(172,252,103); }
div.DivClassName
{
background-color: #ACFC67;
}
.BgClassName
{
background-color: #ACFC67;
}
</style>
border-color css
<style>
span { border-color: #ACFC67; }
span { border-color: rgb(172,252,103); }
td.TdClassName
{
border-color: #ACFC67;
}
.TagClassName
{
border-color: #ACFC67;
}
</style>