Shades of Conifer #ACF35C
Tints of Conifer #ACF35C
RGB
CMYK
RGB Variations
Color information
#ACF35C (or 0xACF35C) is known color: Conifer. HEX triplet: AC, F3 and 5C. RGB value is (172,243,92). Sum of RGB (Red+Green+Blue) = 172+243+92=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF35C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF35C is #530CA3. Grayscale: #CDCDCD. Windows color (decimal): -5442724 or 6091692. OLE color: 6091692.
HSL color Cylindrical-coordinate representation of color #ACF35C: hue angle of 88.21º 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 #ACF35C is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 92 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.05 |
| HSL | 88.21º | 0.86% | 0.66% | - |
| HSV(B) | 88.21º | 0.62% | 0.95% | - |
| XYZ | 51 | 73.64 | 21.65 | - |
| YUV | 204.56 | 64.48 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 92 | 0.29 | 0 | 0.62 | 0.05 | 88.21 | 0.86 | 0.66 |
| Hex | AC | F3 | 5C | 1D | 0 | 3E | 5 | 58 | 56 | 42 |
| Octal | 254 | 363 | 134 | 35 | 0 | 76 | 5 | 130 | 126 | 102 |
| Binary | 10101100 | 11110011 | 1011100 | 11101 | 0 | 111110 | 101 | 1011000 | 1010110 | 1000010 |
Color Harmonies of #ACF35C
Complementary color
Monochromatic Colors of #ACF35C
Black with #ACF35C
Text Example
Text Example
White with #ACF35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF35C; }
p { color: rgb(172,243,92); }
H1.HeaderClassName
{
color: #ACF35C;
}
.AnyTagClassName
{
color: #ACF35C;
}
</style>
background-color css
<style>
a { background-color: #ACF35C; }
a { background-color: rgb(172,243,92); }
div.DivClassName
{
background-color: #ACF35C;
}
.BgClassName
{
background-color: #ACF35C;
}
</style>
border-color css
<style>
span { border-color: #ACF35C; }
span { border-color: rgb(172,243,92); }
td.TdClassName
{
border-color: #ACF35C;
}
.TagClassName
{
border-color: #ACF35C;
}
</style>