Shades of Conifer #AFDA69
Tints of Conifer #AFDA69
RGB
CMYK
RGB Variations
Color information
#AFDA69 (or 0xAFDA69) is known color: Conifer. HEX triplet: AF, DA and 69. RGB value is (175,218,105). Sum of RGB (Red+Green+Blue) = 175+218+105=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 105 (41.41% from 255 or 21.08% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDA69 is #502596. Grayscale: #C0C0C0. Windows color (decimal): -5252503 or 6937263. OLE color: 6937263.
HSL color Cylindrical-coordinate representation of color #AFDA69: hue angle of 82.83º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFDA69 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 218 | 105 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.15 |
| HSL | 82.83º | 0.6% | 0.63% | - |
| HSV(B) | 82.83º | 0.52% | 0.85% | - |
| XYZ | 45.3 | 60.28 | 22.61 | - |
| YUV | 192.26 | 78.75 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 218 | 105 | 0.20 | 0 | 0.52 | 0.15 | 82.83 | 0.6 | 0.63 |
| Hex | AF | DA | 69 | 14 | 0 | 34 | F | 53 | 3C | 3F |
| Octal | 257 | 332 | 151 | 24 | 0 | 64 | 17 | 123 | 74 | 77 |
| Binary | 10101111 | 11011010 | 1101001 | 10100 | 0 | 110100 | 1111 | 1010011 | 111100 | 111111 |
Color Harmonies of #AFDA69
Complementary color
Monochromatic Colors of #AFDA69
Black with #AFDA69
Text Example
Text Example
White with #AFDA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDA69; }
p { color: rgb(175,218,105); }
H1.HeaderClassName
{
color: #AFDA69;
}
.AnyTagClassName
{
color: #AFDA69;
}
</style>
background-color css
<style>
a { background-color: #AFDA69; }
a { background-color: rgb(175,218,105); }
div.DivClassName
{
background-color: #AFDA69;
}
.BgClassName
{
background-color: #AFDA69;
}
</style>
border-color css
<style>
span { border-color: #AFDA69; }
span { border-color: rgb(175,218,105); }
td.TdClassName
{
border-color: #AFDA69;
}
.TagClassName
{
border-color: #AFDA69;
}
</style>