Shades of Conifer #AFE659
Tints of Conifer #AFE659
RGB
CMYK
RGB Variations
Color information
#AFE659 (or 0xAFE659) is known color: Conifer. HEX triplet: AF, E6 and 59. RGB value is (175,230,89). Sum of RGB (Red+Green+Blue) = 175+230+89=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 230 (90.23% from 255 or 46.56% from 494); Blue value is 89 (35.16% from 255 or 18.02% from 494); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE659 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE659 is #5019A6. Grayscale: #C5C5C5. Windows color (decimal): -5249447 or 5891759. OLE color: 5891759.
HSL color Cylindrical-coordinate representation of color #AFE659: hue angle of 83.4º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFE659 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 89 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.10 |
| HSL | 83.4º | 0.74% | 0.63% | - |
| HSV(B) | 83.4º | 0.61% | 0.9% | - |
| XYZ | 47.78 | 66.43 | 19.76 | - |
| YUV | 197.48 | 66.78 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 89 | 0.24 | 0 | 0.61 | 0.10 | 83.4 | 0.74 | 0.63 |
| Hex | AF | E6 | 59 | 18 | 0 | 3D | A | 53 | 4A | 3F |
| Octal | 257 | 346 | 131 | 30 | 0 | 75 | 12 | 123 | 112 | 77 |
| Binary | 10101111 | 11100110 | 1011001 | 11000 | 0 | 111101 | 1010 | 1010011 | 1001010 | 111111 |
Color Harmonies of #AFE659
Complementary color
Monochromatic Colors of #AFE659
Black with #AFE659
Text Example
Text Example
White with #AFE659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE659; }
p { color: rgb(175,230,89); }
H1.HeaderClassName
{
color: #AFE659;
}
.AnyTagClassName
{
color: #AFE659;
}
</style>
background-color css
<style>
a { background-color: #AFE659; }
a { background-color: rgb(175,230,89); }
div.DivClassName
{
background-color: #AFE659;
}
.BgClassName
{
background-color: #AFE659;
}
</style>
border-color css
<style>
span { border-color: #AFE659; }
span { border-color: rgb(175,230,89); }
td.TdClassName
{
border-color: #AFE659;
}
.TagClassName
{
border-color: #AFE659;
}
</style>