Shades of Conifer #ACFA5E
Tints of Conifer #ACFA5E
RGB
CMYK
RGB Variations
Color information
#ACFA5E (or 0xACFA5E) is known color: Conifer. HEX triplet: AC, FA and 5E. RGB value is (172,250,94). Sum of RGB (Red+Green+Blue) = 172+250+94=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 94 (37.11% from 255 or 18.22% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFA5E is #5305A1. Grayscale: #D1D1D1. Windows color (decimal): -5440930 or 6224556. OLE color: 6224556.
HSL color Cylindrical-coordinate representation of color #ACFA5E: hue angle of 90º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACFA5E is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
RGB | 172 | 250 | 94 | - |
CMYK | 0.31 | 0 | 0.62 | 0.02 |
HSL | 90º | 0.94% | 0.67% | - |
HSV(B) | 90º | 0.62% | 0.98% | - |
XYZ | 53.22 | 77.95 | 22.83 | - |
YUV | 208.89 | 63.16 | 101.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 250 | 94 | 0.31 | 0 | 0.62 | 0.02 | 90 | 0.94 | 0.67 |
Hex | AC | FA | 5E | 1F | 0 | 3E | 2 | 5A | 5E | 43 |
Octal | 254 | 372 | 136 | 37 | 0 | 76 | 2 | 132 | 136 | 103 |
Binary | 10101100 | 11111010 | 1011110 | 11111 | 0 | 111110 | 10 | 1011010 | 1011110 | 1000011 |
Color Harmonies of #ACFA5E
Complementary color
Monochromatic Colors of #ACFA5E
Black with #ACFA5E
Text Example
Text Example
White with #ACFA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFA5E; }
p { color: rgb(172,250,94); }
H1.HeaderClassName
{
color: #ACFA5E;
}
.AnyTagClassName
{
color: #ACFA5E;
}
</style>
background-color css
<style>
a { background-color: #ACFA5E; }
a { background-color: rgb(172,250,94); }
div.DivClassName
{
background-color: #ACFA5E;
}
.BgClassName
{
background-color: #ACFA5E;
}
</style>
border-color css
<style>
span { border-color: #ACFA5E; }
span { border-color: rgb(172,250,94); }
td.TdClassName
{
border-color: #ACFA5E;
}
.TagClassName
{
border-color: #ACFA5E;
}
</style>