Shades of Conifer #AFF859
Tints of Conifer #AFF859
RGB
CMYK
RGB Variations
Color information
#AFF859 (or 0xAFF859) is known color: Conifer. HEX triplet: AF, F8 and 59. RGB value is (175,248,89). Sum of RGB (Red+Green+Blue) = 175+248+89=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 89 (35.16% from 255 or 17.38% from 512); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF859 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF859 is #5007A6. Grayscale: #D0D0D0. Windows color (decimal): -5244839 or 5896367. OLE color: 5896367.
HSL color Cylindrical-coordinate representation of color #AFF859: hue angle of 87.55º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFF859 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 248 | 89 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.03 |
| HSL | 87.55º | 0.92% | 0.66% | - |
| HSV(B) | 87.55º | 0.64% | 0.97% | - |
| XYZ | 53.05 | 76.97 | 21.51 | - |
| YUV | 208.05 | 60.82 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 248 | 89 | 0.29 | 0 | 0.64 | 0.03 | 87.55 | 0.92 | 0.66 |
| Hex | AF | F8 | 59 | 1D | 0 | 40 | 3 | 58 | 5C | 42 |
| Octal | 257 | 370 | 131 | 35 | 0 | 100 | 3 | 130 | 134 | 102 |
| Binary | 10101111 | 11111000 | 1011001 | 11101 | 0 | 1000000 | 11 | 1011000 | 1011100 | 1000010 |
Color Harmonies of #AFF859
Complementary color
Monochromatic Colors of #AFF859
Black with #AFF859
Text Example
Text Example
White with #AFF859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF859; }
p { color: rgb(175,248,89); }
H1.HeaderClassName
{
color: #AFF859;
}
.AnyTagClassName
{
color: #AFF859;
}
</style>
background-color css
<style>
a { background-color: #AFF859; }
a { background-color: rgb(175,248,89); }
div.DivClassName
{
background-color: #AFF859;
}
.BgClassName
{
background-color: #AFF859;
}
</style>
border-color css
<style>
span { border-color: #AFF859; }
span { border-color: rgb(175,248,89); }
td.TdClassName
{
border-color: #AFF859;
}
.TagClassName
{
border-color: #AFF859;
}
</style>