Shades of Conifer #ACF35D
Tints of Conifer #ACF35D
RGB
CMYK
RGB Variations
Color information
#ACF35D (or 0xACF35D) is known color: Conifer. HEX triplet: AC, F3 and 5D. RGB value is (172,243,93). Sum of RGB (Red+Green+Blue) = 172+243+93=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF35D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF35D is #530CA2. Grayscale: #CDCDCD. Windows color (decimal): -5442723 or 6157228. OLE color: 6157228.
HSL color Cylindrical-coordinate representation of color #ACF35D: hue angle of 88.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACF35D is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 93 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.05 |
| HSL | 88.4º | 0.86% | 0.66% | - |
| HSV(B) | 88.4º | 0.62% | 0.95% | - |
| XYZ | 51.04 | 73.66 | 21.88 | - |
| YUV | 204.67 | 64.98 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 93 | 0.29 | 0 | 0.62 | 0.05 | 88.4 | 0.86 | 0.66 |
| Hex | AC | F3 | 5D | 1D | 0 | 3E | 5 | 58 | 56 | 42 |
| Octal | 254 | 363 | 135 | 35 | 0 | 76 | 5 | 130 | 126 | 102 |
| Binary | 10101100 | 11110011 | 1011101 | 11101 | 0 | 111110 | 101 | 1011000 | 1010110 | 1000010 |
Color Harmonies of #ACF35D
Complementary color
Monochromatic Colors of #ACF35D
Black with #ACF35D
Text Example
Text Example
White with #ACF35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF35D; }
p { color: rgb(172,243,93); }
H1.HeaderClassName
{
color: #ACF35D;
}
.AnyTagClassName
{
color: #ACF35D;
}
</style>
background-color css
<style>
a { background-color: #ACF35D; }
a { background-color: rgb(172,243,93); }
div.DivClassName
{
background-color: #ACF35D;
}
.BgClassName
{
background-color: #ACF35D;
}
</style>
border-color css
<style>
span { border-color: #ACF35D; }
span { border-color: rgb(172,243,93); }
td.TdClassName
{
border-color: #ACF35D;
}
.TagClassName
{
border-color: #ACF35D;
}
</style>