Shades of Conifer #ACF14A
Tints of Conifer #ACF14A
RGB
CMYK
RGB Variations
Color information
#ACF14A (or 0xACF14A) is known color: Conifer. HEX triplet: AC, F1 and 4A. RGB value is (172,241,74). Sum of RGB (Red+Green+Blue) = 172+241+74=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF14A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF14A is #530EB5. Grayscale: #C9C9C9. Windows color (decimal): -5443254 or 4911532. OLE color: 4911532.
HSL color Cylindrical-coordinate representation of color #ACF14A: hue angle of 84.79º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACF14A is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 74 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.05 |
| HSL | 84.79º | 0.86% | 0.62% | - |
| HSV(B) | 84.79º | 0.69% | 0.95% | - |
| XYZ | 49.7 | 72.18 | 17.79 | - |
| YUV | 201.33 | 56.14 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 74 | 0.29 | 0 | 0.69 | 0.05 | 84.79 | 0.86 | 0.62 |
| Hex | AC | F1 | 4A | 1D | 0 | 45 | 5 | 55 | 56 | 3E |
| Octal | 254 | 361 | 112 | 35 | 0 | 105 | 5 | 125 | 126 | 76 |
| Binary | 10101100 | 11110001 | 1001010 | 11101 | 0 | 1000101 | 101 | 1010101 | 1010110 | 111110 |
Color Harmonies of #ACF14A
Complementary color
Monochromatic Colors of #ACF14A
Black with #ACF14A
Text Example
Text Example
White with #ACF14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF14A; }
p { color: rgb(172,241,74); }
H1.HeaderClassName
{
color: #ACF14A;
}
.AnyTagClassName
{
color: #ACF14A;
}
</style>
background-color css
<style>
a { background-color: #ACF14A; }
a { background-color: rgb(172,241,74); }
div.DivClassName
{
background-color: #ACF14A;
}
.BgClassName
{
background-color: #ACF14A;
}
</style>
border-color css
<style>
span { border-color: #ACF14A; }
span { border-color: rgb(172,241,74); }
td.TdClassName
{
border-color: #ACF14A;
}
.TagClassName
{
border-color: #ACF14A;
}
</style>