Shades of Conifer #AFD066
Tints of Conifer #AFD066
RGB
CMYK
RGB Variations
Color information
#AFD066 (or 0xAFD066) is known color: Conifer. HEX triplet: AF, D0 and 66. RGB value is (175,208,102). Sum of RGB (Red+Green+Blue) = 175+208+102=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD066 is #502F99. Grayscale: #BABABA. Windows color (decimal): -5255066 or 6738095. OLE color: 6738095.
HSL color Cylindrical-coordinate representation of color #AFD066: hue angle of 78.68º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFD066 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 208 | 102 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.18 |
| HSL | 78.68º | 0.53% | 0.61% | - |
| HSV(B) | 78.68º | 0.51% | 0.82% | - |
| XYZ | 42.63 | 55.19 | 20.98 | - |
| YUV | 186.05 | 80.57 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 208 | 102 | 0.16 | 0 | 0.51 | 0.18 | 78.68 | 0.53 | 0.61 |
| Hex | AF | D0 | 66 | 10 | 0 | 33 | 12 | 4F | 35 | 3D |
| Octal | 257 | 320 | 146 | 20 | 0 | 63 | 22 | 117 | 65 | 75 |
| Binary | 10101111 | 11010000 | 1100110 | 10000 | 0 | 110011 | 10010 | 1001111 | 110101 | 111101 |
Color Harmonies of #AFD066
Complementary color
Monochromatic Colors of #AFD066
Black with #AFD066
Text Example
Text Example
White with #AFD066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD066; }
p { color: rgb(175,208,102); }
H1.HeaderClassName
{
color: #AFD066;
}
.AnyTagClassName
{
color: #AFD066;
}
</style>
background-color css
<style>
a { background-color: #AFD066; }
a { background-color: rgb(175,208,102); }
div.DivClassName
{
background-color: #AFD066;
}
.BgClassName
{
background-color: #AFD066;
}
</style>
border-color css
<style>
span { border-color: #AFD066; }
span { border-color: rgb(175,208,102); }
td.TdClassName
{
border-color: #AFD066;
}
.TagClassName
{
border-color: #AFD066;
}
</style>