Shades of Conifer #AFDF6A
Tints of Conifer #AFDF6A
RGB
CMYK
RGB Variations
Color information
#AFDF6A (or 0xAFDF6A) is known color: Conifer. HEX triplet: AF, DF and 6A. RGB value is (175,223,106). Sum of RGB (Red+Green+Blue) = 175+223+106=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 106 (41.80% from 255 or 21.03% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF6A is #502095. Grayscale: #C3C3C3. Windows color (decimal): -5251222 or 7004079. OLE color: 7004079.
HSL color Cylindrical-coordinate representation of color #AFDF6A: hue angle of 84.62º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFDF6A is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 106 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.13 |
| HSL | 84.62º | 0.65% | 0.65% | - |
| HSV(B) | 84.62º | 0.52% | 0.87% | - |
| XYZ | 46.67 | 62.93 | 23.32 | - |
| YUV | 195.31 | 77.6 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 106 | 0.22 | 0 | 0.52 | 0.13 | 84.62 | 0.65 | 0.65 |
| Hex | AF | DF | 6A | 16 | 0 | 34 | D | 55 | 41 | 41 |
| Octal | 257 | 337 | 152 | 26 | 0 | 64 | 15 | 125 | 101 | 101 |
| Binary | 10101111 | 11011111 | 1101010 | 10110 | 0 | 110100 | 1101 | 1010101 | 1000001 | 1000001 |
Color Harmonies of #AFDF6A
Complementary color
Monochromatic Colors of #AFDF6A
Black with #AFDF6A
Text Example
Text Example
White with #AFDF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF6A; }
p { color: rgb(175,223,106); }
H1.HeaderClassName
{
color: #AFDF6A;
}
.AnyTagClassName
{
color: #AFDF6A;
}
</style>
background-color css
<style>
a { background-color: #AFDF6A; }
a { background-color: rgb(175,223,106); }
div.DivClassName
{
background-color: #AFDF6A;
}
.BgClassName
{
background-color: #AFDF6A;
}
</style>
border-color css
<style>
span { border-color: #AFDF6A; }
span { border-color: rgb(175,223,106); }
td.TdClassName
{
border-color: #AFDF6A;
}
.TagClassName
{
border-color: #AFDF6A;
}
</style>