Shades of Conifer #AFE569
Tints of Conifer #AFE569
RGB
CMYK
RGB Variations
Color information
#AFE569 (or 0xAFE569) is known color: Conifer. HEX triplet: AF, E5 and 69. RGB value is (175,229,105). Sum of RGB (Red+Green+Blue) = 175+229+105=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 105 (41.41% from 255 or 20.63% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE569 is #501A96. Grayscale: #C7C7C7. Windows color (decimal): -5249687 or 6940079. OLE color: 6940079.
HSL color Cylindrical-coordinate representation of color #AFE569: hue angle of 86.13º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFE569 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 105 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.10 |
| HSL | 86.13º | 0.7% | 0.65% | - |
| HSV(B) | 86.13º | 0.54% | 0.9% | - |
| XYZ | 48.25 | 66.17 | 23.59 | - |
| YUV | 198.72 | 75.11 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 105 | 0.24 | 0 | 0.54 | 0.10 | 86.13 | 0.7 | 0.65 |
| Hex | AF | E5 | 69 | 18 | 0 | 36 | A | 56 | 46 | 41 |
| Octal | 257 | 345 | 151 | 30 | 0 | 66 | 12 | 126 | 106 | 101 |
| Binary | 10101111 | 11100101 | 1101001 | 11000 | 0 | 110110 | 1010 | 1010110 | 1000110 | 1000001 |
Color Harmonies of #AFE569
Complementary color
Monochromatic Colors of #AFE569
Black with #AFE569
Text Example
Text Example
White with #AFE569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE569; }
p { color: rgb(175,229,105); }
H1.HeaderClassName
{
color: #AFE569;
}
.AnyTagClassName
{
color: #AFE569;
}
</style>
background-color css
<style>
a { background-color: #AFE569; }
a { background-color: rgb(175,229,105); }
div.DivClassName
{
background-color: #AFE569;
}
.BgClassName
{
background-color: #AFE569;
}
</style>
border-color css
<style>
span { border-color: #AFE569; }
span { border-color: rgb(175,229,105); }
td.TdClassName
{
border-color: #AFE569;
}
.TagClassName
{
border-color: #AFE569;
}
</style>