Shades of Conifer #AFCE5C
Tints of Conifer #AFCE5C
RGB
CMYK
RGB Variations
Color information
#AFCE5C (or 0xAFCE5C) is known color: Conifer. HEX triplet: AF, CE and 5C. RGB value is (175,206,92). Sum of RGB (Red+Green+Blue) = 175+206+92=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCE5C is #5031A3. Grayscale: #B8B8B8. Windows color (decimal): -5255588 or 6082223. OLE color: 6082223.
HSL color Cylindrical-coordinate representation of color #AFCE5C: hue angle of 76.32º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFCE5C is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 206 | 92 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.19 |
| HSL | 76.32º | 0.54% | 0.58% | - |
| HSV(B) | 76.32º | 0.55% | 0.81% | - |
| XYZ | 41.68 | 54.03 | 18.36 | - |
| YUV | 183.74 | 76.23 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 92 | 0.15 | 0 | 0.55 | 0.19 | 76.32 | 0.54 | 0.58 |
| Hex | AF | CE | 5C | F | 0 | 37 | 13 | 4C | 36 | 3A |
| Octal | 257 | 316 | 134 | 17 | 0 | 67 | 23 | 114 | 66 | 72 |
| Binary | 10101111 | 11001110 | 1011100 | 1111 | 0 | 110111 | 10011 | 1001100 | 110110 | 111010 |
Color Harmonies of #AFCE5C
Complementary color
Monochromatic Colors of #AFCE5C
Black with #AFCE5C
Text Example
Text Example
White with #AFCE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCE5C; }
p { color: rgb(175,206,92); }
H1.HeaderClassName
{
color: #AFCE5C;
}
.AnyTagClassName
{
color: #AFCE5C;
}
</style>
background-color css
<style>
a { background-color: #AFCE5C; }
a { background-color: rgb(175,206,92); }
div.DivClassName
{
background-color: #AFCE5C;
}
.BgClassName
{
background-color: #AFCE5C;
}
</style>
border-color css
<style>
span { border-color: #AFCE5C; }
span { border-color: rgb(175,206,92); }
td.TdClassName
{
border-color: #AFCE5C;
}
.TagClassName
{
border-color: #AFCE5C;
}
</style>