Shades of Conifer #AFDC6B
Tints of Conifer #AFDC6B
RGB
CMYK
RGB Variations
Color information
#AFDC6B (or 0xAFDC6B) is known color: Conifer. HEX triplet: AF, DC and 6B. RGB value is (175,220,107). Sum of RGB (Red+Green+Blue) = 175+220+107=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 107 (42.19% from 255 or 21.31% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC6B is #502394. Grayscale: #C2C2C2. Windows color (decimal): -5251989 or 7068847. OLE color: 7068847.
HSL color Cylindrical-coordinate representation of color #AFDC6B: hue angle of 83.89º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFDC6B is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 107 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.14 |
| HSL | 83.89º | 0.62% | 0.64% | - |
| HSV(B) | 83.89º | 0.51% | 0.86% | - |
| XYZ | 45.93 | 61.36 | 23.33 | - |
| YUV | 193.66 | 79.09 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 107 | 0.20 | 0 | 0.51 | 0.14 | 83.89 | 0.62 | 0.64 |
| Hex | AF | DC | 6B | 14 | 0 | 33 | E | 54 | 3E | 40 |
| Octal | 257 | 334 | 153 | 24 | 0 | 63 | 16 | 124 | 76 | 100 |
| Binary | 10101111 | 11011100 | 1101011 | 10100 | 0 | 110011 | 1110 | 1010100 | 111110 | 1000000 |
Color Harmonies of #AFDC6B
Complementary color
Monochromatic Colors of #AFDC6B
Black with #AFDC6B
Text Example
Text Example
White with #AFDC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC6B; }
p { color: rgb(175,220,107); }
H1.HeaderClassName
{
color: #AFDC6B;
}
.AnyTagClassName
{
color: #AFDC6B;
}
</style>
background-color css
<style>
a { background-color: #AFDC6B; }
a { background-color: rgb(175,220,107); }
div.DivClassName
{
background-color: #AFDC6B;
}
.BgClassName
{
background-color: #AFDC6B;
}
</style>
border-color css
<style>
span { border-color: #AFDC6B; }
span { border-color: rgb(175,220,107); }
td.TdClassName
{
border-color: #AFDC6B;
}
.TagClassName
{
border-color: #AFDC6B;
}
</style>