Shades of Conifer #AFCF5E
Tints of Conifer #AFCF5E
RGB
CMYK
RGB Variations
Color information
#AFCF5E (or 0xAFCF5E) is known color: Conifer. HEX triplet: AF, CF and 5E. RGB value is (175,207,94). Sum of RGB (Red+Green+Blue) = 175+207+94=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCF5E is #5030A1. Grayscale: #B8B8B8. Windows color (decimal): -5255330 or 6213551. OLE color: 6213551.
HSL color Cylindrical-coordinate representation of color #AFCF5E: hue angle of 76.99º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFCF5E is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 94 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.19 |
| HSL | 76.99º | 0.54% | 0.59% | - |
| HSV(B) | 76.99º | 0.55% | 0.81% | - |
| XYZ | 42.01 | 54.55 | 18.9 | - |
| YUV | 184.55 | 76.9 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 94 | 0.15 | 0 | 0.55 | 0.19 | 76.99 | 0.54 | 0.59 |
| Hex | AF | CF | 5E | F | 0 | 37 | 13 | 4D | 36 | 3B |
| Octal | 257 | 317 | 136 | 17 | 0 | 67 | 23 | 115 | 66 | 73 |
| Binary | 10101111 | 11001111 | 1011110 | 1111 | 0 | 110111 | 10011 | 1001101 | 110110 | 111011 |
Color Harmonies of #AFCF5E
Complementary color
Monochromatic Colors of #AFCF5E
Black with #AFCF5E
Text Example
Text Example
White with #AFCF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCF5E; }
p { color: rgb(175,207,94); }
H1.HeaderClassName
{
color: #AFCF5E;
}
.AnyTagClassName
{
color: #AFCF5E;
}
</style>
background-color css
<style>
a { background-color: #AFCF5E; }
a { background-color: rgb(175,207,94); }
div.DivClassName
{
background-color: #AFCF5E;
}
.BgClassName
{
background-color: #AFCF5E;
}
</style>
border-color css
<style>
span { border-color: #AFCF5E; }
span { border-color: rgb(175,207,94); }
td.TdClassName
{
border-color: #AFCF5E;
}
.TagClassName
{
border-color: #AFCF5E;
}
</style>