Shades of Conifer #AFDA6D
Tints of Conifer #AFDA6D
RGB
CMYK
RGB Variations
Color information
#AFDA6D (or 0xAFDA6D) is known color: Conifer. HEX triplet: AF, DA and 6D. RGB value is (175,218,109). Sum of RGB (Red+Green+Blue) = 175+218+109=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDA6D is #502592. Grayscale: #C1C1C1. Windows color (decimal): -5252499 or 7199407. OLE color: 7199407.
HSL color Cylindrical-coordinate representation of color #AFDA6D: hue angle of 83.67º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFDA6D is Cyan = 0.20, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 218 | 109 | - |
| CMYK | 0.20 | 0 | 0.5 | 0.15 |
| HSL | 83.67º | 0.6% | 0.64% | - |
| HSV(B) | 83.67º | 0.5% | 0.85% | - |
| XYZ | 45.51 | 60.36 | 23.72 | - |
| YUV | 192.72 | 80.75 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 218 | 109 | 0.20 | 0 | 0.5 | 0.15 | 83.67 | 0.6 | 0.64 |
| Hex | AF | DA | 6D | 14 | 0 | 32 | F | 54 | 3C | 40 |
| Octal | 257 | 332 | 155 | 24 | 0 | 62 | 17 | 124 | 74 | 100 |
| Binary | 10101111 | 11011010 | 1101101 | 10100 | 0 | 110010 | 1111 | 1010100 | 111100 | 1000000 |
Color Harmonies of #AFDA6D
Complementary color
Monochromatic Colors of #AFDA6D
Black with #AFDA6D
Text Example
Text Example
White with #AFDA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDA6D; }
p { color: rgb(175,218,109); }
H1.HeaderClassName
{
color: #AFDA6D;
}
.AnyTagClassName
{
color: #AFDA6D;
}
</style>
background-color css
<style>
a { background-color: #AFDA6D; }
a { background-color: rgb(175,218,109); }
div.DivClassName
{
background-color: #AFDA6D;
}
.BgClassName
{
background-color: #AFDA6D;
}
</style>
border-color css
<style>
span { border-color: #AFDA6D; }
span { border-color: rgb(175,218,109); }
td.TdClassName
{
border-color: #AFDA6D;
}
.TagClassName
{
border-color: #AFDA6D;
}
</style>