Shades of Conifer #AFEC5C
Tints of Conifer #AFEC5C
RGB
CMYK
RGB Variations
Color information
#AFEC5C (or 0xAFEC5C) is known color: Conifer. HEX triplet: AF, EC and 5C. RGB value is (175,236,92). Sum of RGB (Red+Green+Blue) = 175+236+92=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC5C is #5013A3. Grayscale: #C9C9C9. Windows color (decimal): -5247908 or 6089903. OLE color: 6089903.
HSL color Cylindrical-coordinate representation of color #AFEC5C: hue angle of 85.42º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFEC5C is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 92 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.07 |
| HSL | 85.42º | 0.79% | 0.64% | - |
| HSV(B) | 85.42º | 0.61% | 0.93% | - |
| XYZ | 49.61 | 69.88 | 21 | - |
| YUV | 201.35 | 66.29 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 92 | 0.26 | 0 | 0.61 | 0.07 | 85.42 | 0.79 | 0.64 |
| Hex | AF | EC | 5C | 1A | 0 | 3D | 7 | 55 | 4F | 40 |
| Octal | 257 | 354 | 134 | 32 | 0 | 75 | 7 | 125 | 117 | 100 |
| Binary | 10101111 | 11101100 | 1011100 | 11010 | 0 | 111101 | 111 | 1010101 | 1001111 | 1000000 |
Color Harmonies of #AFEC5C
Complementary color
Monochromatic Colors of #AFEC5C
Black with #AFEC5C
Text Example
Text Example
White with #AFEC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC5C; }
p { color: rgb(175,236,92); }
H1.HeaderClassName
{
color: #AFEC5C;
}
.AnyTagClassName
{
color: #AFEC5C;
}
</style>
background-color css
<style>
a { background-color: #AFEC5C; }
a { background-color: rgb(175,236,92); }
div.DivClassName
{
background-color: #AFEC5C;
}
.BgClassName
{
background-color: #AFEC5C;
}
</style>
border-color css
<style>
span { border-color: #AFEC5C; }
span { border-color: rgb(175,236,92); }
td.TdClassName
{
border-color: #AFEC5C;
}
.TagClassName
{
border-color: #AFEC5C;
}
</style>