Shades of Conifer #AFDC6E
Tints of Conifer #AFDC6E
RGB
CMYK
RGB Variations
Color information
#AFDC6E (or 0xAFDC6E) is known color: Conifer. HEX triplet: AF, DC and 6E. RGB value is (175,220,110). Sum of RGB (Red+Green+Blue) = 175+220+110=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC6E is #502391. Grayscale: #C2C2C2. Windows color (decimal): -5251986 or 7265455. OLE color: 7265455.
HSL color Cylindrical-coordinate representation of color #AFDC6E: hue angle of 84.55º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFDC6E is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 110 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.14 |
| HSL | 84.55º | 0.61% | 0.65% | - |
| HSV(B) | 84.55º | 0.5% | 0.86% | - |
| XYZ | 46.09 | 61.43 | 24.18 | - |
| YUV | 194.01 | 80.59 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 110 | 0.20 | 0 | 0.50 | 0.14 | 84.55 | 0.61 | 0.65 |
| Hex | AF | DC | 6E | 14 | 0 | 32 | E | 55 | 3D | 41 |
| Octal | 257 | 334 | 156 | 24 | 0 | 62 | 16 | 125 | 75 | 101 |
| Binary | 10101111 | 11011100 | 1101110 | 10100 | 0 | 110010 | 1110 | 1010101 | 111101 | 1000001 |
Color Harmonies of #AFDC6E
Complementary color
Monochromatic Colors of #AFDC6E
Black with #AFDC6E
Text Example
Text Example
White with #AFDC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC6E; }
p { color: rgb(175,220,110); }
H1.HeaderClassName
{
color: #AFDC6E;
}
.AnyTagClassName
{
color: #AFDC6E;
}
</style>
background-color css
<style>
a { background-color: #AFDC6E; }
a { background-color: rgb(175,220,110); }
div.DivClassName
{
background-color: #AFDC6E;
}
.BgClassName
{
background-color: #AFDC6E;
}
</style>
border-color css
<style>
span { border-color: #AFDC6E; }
span { border-color: rgb(175,220,110); }
td.TdClassName
{
border-color: #AFDC6E;
}
.TagClassName
{
border-color: #AFDC6E;
}
</style>