Shades of Conifer #AFCE5E
Tints of Conifer #AFCE5E
RGB
CMYK
RGB Variations
Color information
#AFCE5E (or 0xAFCE5E) is known color: Conifer. HEX triplet: AF, CE and 5E. RGB value is (175,206,94). Sum of RGB (Red+Green+Blue) = 175+206+94=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCE5E is #5031A1. Grayscale: #B8B8B8. Windows color (decimal): -5255586 or 6213295. OLE color: 6213295.
HSL color Cylindrical-coordinate representation of color #AFCE5E: hue angle of 76.61º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFCE5E is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 206 | 94 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.19 |
| HSL | 76.61º | 0.53% | 0.59% | - |
| HSV(B) | 76.61º | 0.54% | 0.81% | - |
| XYZ | 41.77 | 54.06 | 18.82 | - |
| YUV | 183.96 | 77.23 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 94 | 0.15 | 0 | 0.54 | 0.19 | 76.61 | 0.53 | 0.59 |
| Hex | AF | CE | 5E | F | 0 | 36 | 13 | 4D | 35 | 3B |
| Octal | 257 | 316 | 136 | 17 | 0 | 66 | 23 | 115 | 65 | 73 |
| Binary | 10101111 | 11001110 | 1011110 | 1111 | 0 | 110110 | 10011 | 1001101 | 110101 | 111011 |
Color Harmonies of #AFCE5E
Complementary color
Monochromatic Colors of #AFCE5E
Black with #AFCE5E
Text Example
Text Example
White with #AFCE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCE5E; }
p { color: rgb(175,206,94); }
H1.HeaderClassName
{
color: #AFCE5E;
}
.AnyTagClassName
{
color: #AFCE5E;
}
</style>
background-color css
<style>
a { background-color: #AFCE5E; }
a { background-color: rgb(175,206,94); }
div.DivClassName
{
background-color: #AFCE5E;
}
.BgClassName
{
background-color: #AFCE5E;
}
</style>
border-color css
<style>
span { border-color: #AFCE5E; }
span { border-color: rgb(175,206,94); }
td.TdClassName
{
border-color: #AFCE5E;
}
.TagClassName
{
border-color: #AFCE5E;
}
</style>