Shades of Conifer #ACF350
Tints of Conifer #ACF350
RGB
CMYK
RGB Variations
Color information
#ACF350 (or 0xACF350) is known color: Conifer. HEX triplet: AC, F3 and 50. RGB value is (172,243,80). Sum of RGB (Red+Green+Blue) = 172+243+80=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF350 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF350 is #530CAF. Grayscale: #CBCBCB. Windows color (decimal): -5442736 or 5305260. OLE color: 5305260.
HSL color Cylindrical-coordinate representation of color #ACF350: hue angle of 86.13º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACF350 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 80 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.05 |
| HSL | 86.13º | 0.87% | 0.63% | - |
| HSV(B) | 86.13º | 0.67% | 0.95% | - |
| XYZ | 50.51 | 73.45 | 19.1 | - |
| YUV | 203.19 | 58.48 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 80 | 0.29 | 0 | 0.67 | 0.05 | 86.13 | 0.87 | 0.63 |
| Hex | AC | F3 | 50 | 1D | 0 | 43 | 5 | 56 | 57 | 3F |
| Octal | 254 | 363 | 120 | 35 | 0 | 103 | 5 | 126 | 127 | 77 |
| Binary | 10101100 | 11110011 | 1010000 | 11101 | 0 | 1000011 | 101 | 1010110 | 1010111 | 111111 |
Color Harmonies of #ACF350
Complementary color
Monochromatic Colors of #ACF350
Black with #ACF350
Text Example
Text Example
White with #ACF350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF350; }
p { color: rgb(172,243,80); }
H1.HeaderClassName
{
color: #ACF350;
}
.AnyTagClassName
{
color: #ACF350;
}
</style>
background-color css
<style>
a { background-color: #ACF350; }
a { background-color: rgb(172,243,80); }
div.DivClassName
{
background-color: #ACF350;
}
.BgClassName
{
background-color: #ACF350;
}
</style>
border-color css
<style>
span { border-color: #ACF350; }
span { border-color: rgb(172,243,80); }
td.TdClassName
{
border-color: #ACF350;
}
.TagClassName
{
border-color: #ACF350;
}
</style>