Shades of Conifer #AFEA5D
Tints of Conifer #AFEA5D
RGB
CMYK
RGB Variations
Color information
#AFEA5D (or 0xAFEA5D) is known color: Conifer. HEX triplet: AF, EA and 5D. RGB value is (175,234,93). Sum of RGB (Red+Green+Blue) = 175+234+93=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEA5D is #5015A2. Grayscale: #C8C8C8. Windows color (decimal): -5248419 or 6154927. OLE color: 6154927.
HSL color Cylindrical-coordinate representation of color #AFEA5D: hue angle of 85.11º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFEA5D is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 93 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.08 |
| HSL | 85.11º | 0.77% | 0.64% | - |
| HSV(B) | 85.11º | 0.6% | 0.92% | - |
| XYZ | 49.08 | 68.75 | 21.04 | - |
| YUV | 200.29 | 67.45 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 93 | 0.25 | 0 | 0.60 | 0.08 | 85.11 | 0.77 | 0.64 |
| Hex | AF | EA | 5D | 19 | 0 | 3C | 8 | 55 | 4D | 40 |
| Octal | 257 | 352 | 135 | 31 | 0 | 74 | 10 | 125 | 115 | 100 |
| Binary | 10101111 | 11101010 | 1011101 | 11001 | 0 | 111100 | 1000 | 1010101 | 1001101 | 1000000 |
Color Harmonies of #AFEA5D
Complementary color
Monochromatic Colors of #AFEA5D
Black with #AFEA5D
Text Example
Text Example
White with #AFEA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEA5D; }
p { color: rgb(175,234,93); }
H1.HeaderClassName
{
color: #AFEA5D;
}
.AnyTagClassName
{
color: #AFEA5D;
}
</style>
background-color css
<style>
a { background-color: #AFEA5D; }
a { background-color: rgb(175,234,93); }
div.DivClassName
{
background-color: #AFEA5D;
}
.BgClassName
{
background-color: #AFEA5D;
}
</style>
border-color css
<style>
span { border-color: #AFEA5D; }
span { border-color: rgb(175,234,93); }
td.TdClassName
{
border-color: #AFEA5D;
}
.TagClassName
{
border-color: #AFEA5D;
}
</style>