Shades of Conifer #AFF559
Tints of Conifer #AFF559
RGB
CMYK
RGB Variations
Color information
#AFF559 (or 0xAFF559) is known color: Conifer. HEX triplet: AF, F5 and 59. RGB value is (175,245,89). Sum of RGB (Red+Green+Blue) = 175+245+89=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 245 (96.09% from 255 or 48.13% from 509); Blue value is 89 (35.16% from 255 or 17.49% from 509); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF559 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF559 is #500AA6. Grayscale: #CECECE. Windows color (decimal): -5245607 or 5895599. OLE color: 5895599.
HSL color Cylindrical-coordinate representation of color #AFF559: hue angle of 86.92º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFF559 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 89 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.04 |
| HSL | 86.92º | 0.89% | 0.65% | - |
| HSV(B) | 86.92º | 0.64% | 0.96% | - |
| XYZ | 52.13 | 75.14 | 21.21 | - |
| YUV | 206.29 | 61.81 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 89 | 0.29 | 0 | 0.64 | 0.04 | 86.92 | 0.89 | 0.65 |
| Hex | AF | F5 | 59 | 1D | 0 | 40 | 4 | 57 | 59 | 41 |
| Octal | 257 | 365 | 131 | 35 | 0 | 100 | 4 | 127 | 131 | 101 |
| Binary | 10101111 | 11110101 | 1011001 | 11101 | 0 | 1000000 | 100 | 1010111 | 1011001 | 1000001 |
Color Harmonies of #AFF559
Complementary color
Monochromatic Colors of #AFF559
Black with #AFF559
Text Example
Text Example
White with #AFF559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF559; }
p { color: rgb(175,245,89); }
H1.HeaderClassName
{
color: #AFF559;
}
.AnyTagClassName
{
color: #AFF559;
}
</style>
background-color css
<style>
a { background-color: #AFF559; }
a { background-color: rgb(175,245,89); }
div.DivClassName
{
background-color: #AFF559;
}
.BgClassName
{
background-color: #AFF559;
}
</style>
border-color css
<style>
span { border-color: #AFF559; }
span { border-color: rgb(175,245,89); }
td.TdClassName
{
border-color: #AFF559;
}
.TagClassName
{
border-color: #AFF559;
}
</style>