Shades of Conifer #ACF35E
Tints of Conifer #ACF35E
RGB
CMYK
RGB Variations
Color information
#ACF35E (or 0xACF35E) is known color: Conifer. HEX triplet: AC, F3 and 5E. RGB value is (172,243,94). Sum of RGB (Red+Green+Blue) = 172+243+94=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF35E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF35E is #530CA1. Grayscale: #CDCDCD. Windows color (decimal): -5442722 or 6222764. OLE color: 6222764.
HSL color Cylindrical-coordinate representation of color #ACF35E: hue angle of 88.59º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACF35E is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 94 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.05 |
| HSL | 88.59º | 0.86% | 0.66% | - |
| HSV(B) | 88.59º | 0.61% | 0.95% | - |
| XYZ | 51.08 | 73.68 | 22.12 | - |
| YUV | 204.79 | 65.48 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 94 | 0.29 | 0 | 0.61 | 0.05 | 88.59 | 0.86 | 0.66 |
| Hex | AC | F3 | 5E | 1D | 0 | 3D | 5 | 59 | 56 | 42 |
| Octal | 254 | 363 | 136 | 35 | 0 | 75 | 5 | 131 | 126 | 102 |
| Binary | 10101100 | 11110011 | 1011110 | 11101 | 0 | 111101 | 101 | 1011001 | 1010110 | 1000010 |
Color Harmonies of #ACF35E
Complementary color
Monochromatic Colors of #ACF35E
Black with #ACF35E
Text Example
Text Example
White with #ACF35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF35E; }
p { color: rgb(172,243,94); }
H1.HeaderClassName
{
color: #ACF35E;
}
.AnyTagClassName
{
color: #ACF35E;
}
</style>
background-color css
<style>
a { background-color: #ACF35E; }
a { background-color: rgb(172,243,94); }
div.DivClassName
{
background-color: #ACF35E;
}
.BgClassName
{
background-color: #ACF35E;
}
</style>
border-color css
<style>
span { border-color: #ACF35E; }
span { border-color: rgb(172,243,94); }
td.TdClassName
{
border-color: #ACF35E;
}
.TagClassName
{
border-color: #ACF35E;
}
</style>