Shades of Conifer #AFCE60
Tints of Conifer #AFCE60
RGB
CMYK
RGB Variations
Color information
#AFCE60 (or 0xAFCE60) is known color: Conifer. HEX triplet: AF, CE and 60. RGB value is (175,206,96). Sum of RGB (Red+Green+Blue) = 175+206+96=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCE60 is #50319F. Grayscale: #B8B8B8. Windows color (decimal): -5255584 or 6344367. OLE color: 6344367.
HSL color Cylindrical-coordinate representation of color #AFCE60: hue angle of 76.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFCE60 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 206 | 96 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.19 |
| HSL | 76.91º | 0.53% | 0.59% | - |
| HSV(B) | 76.91º | 0.53% | 0.81% | - |
| XYZ | 41.86 | 54.1 | 19.3 | - |
| YUV | 184.19 | 78.23 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 96 | 0.15 | 0 | 0.53 | 0.19 | 76.91 | 0.53 | 0.59 |
| Hex | AF | CE | 60 | F | 0 | 35 | 13 | 4D | 35 | 3B |
| Octal | 257 | 316 | 140 | 17 | 0 | 65 | 23 | 115 | 65 | 73 |
| Binary | 10101111 | 11001110 | 1100000 | 1111 | 0 | 110101 | 10011 | 1001101 | 110101 | 111011 |
Color Harmonies of #AFCE60
Complementary color
Monochromatic Colors of #AFCE60
Black with #AFCE60
Text Example
Text Example
White with #AFCE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCE60; }
p { color: rgb(175,206,96); }
H1.HeaderClassName
{
color: #AFCE60;
}
.AnyTagClassName
{
color: #AFCE60;
}
</style>
background-color css
<style>
a { background-color: #AFCE60; }
a { background-color: rgb(175,206,96); }
div.DivClassName
{
background-color: #AFCE60;
}
.BgClassName
{
background-color: #AFCE60;
}
</style>
border-color css
<style>
span { border-color: #AFCE60; }
span { border-color: rgb(175,206,96); }
td.TdClassName
{
border-color: #AFCE60;
}
.TagClassName
{
border-color: #AFCE60;
}
</style>