Shades of Conifer #AFEA5C
Tints of Conifer #AFEA5C
RGB
CMYK
RGB Variations
Color information
#AFEA5C (or 0xAFEA5C) is known color: Conifer. HEX triplet: AF, EA and 5C. RGB value is (175,234,92). Sum of RGB (Red+Green+Blue) = 175+234+92=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEA5C is #5015A3. Grayscale: #C8C8C8. Windows color (decimal): -5248420 or 6089391. OLE color: 6089391.
HSL color Cylindrical-coordinate representation of color #AFEA5C: hue angle of 84.93º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFEA5C is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 92 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.08 |
| HSL | 84.93º | 0.77% | 0.64% | - |
| HSV(B) | 84.93º | 0.61% | 0.92% | - |
| XYZ | 49.03 | 68.73 | 20.81 | - |
| YUV | 200.17 | 66.95 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 92 | 0.25 | 0 | 0.61 | 0.08 | 84.93 | 0.77 | 0.64 |
| Hex | AF | EA | 5C | 19 | 0 | 3D | 8 | 55 | 4D | 40 |
| Octal | 257 | 352 | 134 | 31 | 0 | 75 | 10 | 125 | 115 | 100 |
| Binary | 10101111 | 11101010 | 1011100 | 11001 | 0 | 111101 | 1000 | 1010101 | 1001101 | 1000000 |
Color Harmonies of #AFEA5C
Complementary color
Monochromatic Colors of #AFEA5C
Black with #AFEA5C
Text Example
Text Example
White with #AFEA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEA5C; }
p { color: rgb(175,234,92); }
H1.HeaderClassName
{
color: #AFEA5C;
}
.AnyTagClassName
{
color: #AFEA5C;
}
</style>
background-color css
<style>
a { background-color: #AFEA5C; }
a { background-color: rgb(175,234,92); }
div.DivClassName
{
background-color: #AFEA5C;
}
.BgClassName
{
background-color: #AFEA5C;
}
</style>
border-color css
<style>
span { border-color: #AFEA5C; }
span { border-color: rgb(175,234,92); }
td.TdClassName
{
border-color: #AFEA5C;
}
.TagClassName
{
border-color: #AFEA5C;
}
</style>