Shades of Conifer #AFD669
Tints of Conifer #AFD669
RGB
CMYK
RGB Variations
Color information
#AFD669 (or 0xAFD669) is known color: Conifer. HEX triplet: AF, D6 and 69. RGB value is (175,214,105). Sum of RGB (Red+Green+Blue) = 175+214+105=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD669 is #502996. Grayscale: #BEBEBE. Windows color (decimal): -5253527 or 6936239. OLE color: 6936239.
HSL color Cylindrical-coordinate representation of color #AFD669: hue angle of 81.47º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFD669 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 214 | 105 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.16 |
| HSL | 81.47º | 0.57% | 0.63% | - |
| HSV(B) | 81.47º | 0.51% | 0.84% | - |
| XYZ | 44.28 | 58.23 | 22.27 | - |
| YUV | 189.91 | 80.08 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 214 | 105 | 0.18 | 0 | 0.51 | 0.16 | 81.47 | 0.57 | 0.63 |
| Hex | AF | D6 | 69 | 12 | 0 | 33 | 10 | 51 | 39 | 3F |
| Octal | 257 | 326 | 151 | 22 | 0 | 63 | 20 | 121 | 71 | 77 |
| Binary | 10101111 | 11010110 | 1101001 | 10010 | 0 | 110011 | 10000 | 1010001 | 111001 | 111111 |
Color Harmonies of #AFD669
Complementary color
Monochromatic Colors of #AFD669
Black with #AFD669
Text Example
Text Example
White with #AFD669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD669; }
p { color: rgb(175,214,105); }
H1.HeaderClassName
{
color: #AFD669;
}
.AnyTagClassName
{
color: #AFD669;
}
</style>
background-color css
<style>
a { background-color: #AFD669; }
a { background-color: rgb(175,214,105); }
div.DivClassName
{
background-color: #AFD669;
}
.BgClassName
{
background-color: #AFD669;
}
</style>
border-color css
<style>
span { border-color: #AFD669; }
span { border-color: rgb(175,214,105); }
td.TdClassName
{
border-color: #AFD669;
}
.TagClassName
{
border-color: #AFD669;
}
</style>