Shades of Conifer #AFCE4E
Tints of Conifer #AFCE4E
RGB
CMYK
RGB Variations
Color information
#AFCE4E (or 0xAFCE4E) is known color: Conifer. HEX triplet: AF, CE and 4E. RGB value is (175,206,78). Sum of RGB (Red+Green+Blue) = 175+206+78=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 78 (30.86% from 255 or 16.99% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCE4E is #5031B1. Grayscale: #B6B6B6. Windows color (decimal): -5255602 or 5164719. OLE color: 5164719.
HSL color Cylindrical-coordinate representation of color #AFCE4E: hue angle of 74.53º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFCE4E is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 206 | 78 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.19 |
| HSL | 74.53º | 0.57% | 0.56% | - |
| HSV(B) | 74.53º | 0.62% | 0.81% | - |
| XYZ | 41.13 | 53.81 | 15.43 | - |
| YUV | 182.14 | 69.23 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 78 | 0.15 | 0 | 0.62 | 0.19 | 74.53 | 0.57 | 0.56 |
| Hex | AF | CE | 4E | F | 0 | 3E | 13 | 4B | 39 | 38 |
| Octal | 257 | 316 | 116 | 17 | 0 | 76 | 23 | 113 | 71 | 70 |
| Binary | 10101111 | 11001110 | 1001110 | 1111 | 0 | 111110 | 10011 | 1001011 | 111001 | 111000 |
Color Harmonies of #AFCE4E
Complementary color
Monochromatic Colors of #AFCE4E
Black with #AFCE4E
Text Example
Text Example
White with #AFCE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCE4E; }
p { color: rgb(175,206,78); }
H1.HeaderClassName
{
color: #AFCE4E;
}
.AnyTagClassName
{
color: #AFCE4E;
}
</style>
background-color css
<style>
a { background-color: #AFCE4E; }
a { background-color: rgb(175,206,78); }
div.DivClassName
{
background-color: #AFCE4E;
}
.BgClassName
{
background-color: #AFCE4E;
}
</style>
border-color css
<style>
span { border-color: #AFCE4E; }
span { border-color: rgb(175,206,78); }
td.TdClassName
{
border-color: #AFCE4E;
}
.TagClassName
{
border-color: #AFCE4E;
}
</style>