Shades of Conifer #AFF059
Tints of Conifer #AFF059
RGB
CMYK
RGB Variations
Color information
#AFF059 (or 0xAFF059) is known color: Conifer. HEX triplet: AF, F0 and 59. RGB value is (175,240,89). Sum of RGB (Red+Green+Blue) = 175+240+89=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 89 (35.16% from 255 or 17.66% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF059 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF059 is #500FA6. Grayscale: #CBCBCB. Windows color (decimal): -5246887 or 5894319. OLE color: 5894319.
HSL color Cylindrical-coordinate representation of color #AFF059: hue angle of 85.83º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFF059 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 89 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.06 |
| HSL | 85.83º | 0.83% | 0.65% | - |
| HSV(B) | 85.83º | 0.63% | 0.94% | - |
| XYZ | 50.64 | 72.16 | 20.71 | - |
| YUV | 203.35 | 63.47 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 89 | 0.27 | 0 | 0.63 | 0.06 | 85.83 | 0.83 | 0.65 |
| Hex | AF | F0 | 59 | 1B | 0 | 3F | 6 | 56 | 53 | 41 |
| Octal | 257 | 360 | 131 | 33 | 0 | 77 | 6 | 126 | 123 | 101 |
| Binary | 10101111 | 11110000 | 1011001 | 11011 | 0 | 111111 | 110 | 1010110 | 1010011 | 1000001 |
Color Harmonies of #AFF059
Complementary color
Monochromatic Colors of #AFF059
Black with #AFF059
Text Example
Text Example
White with #AFF059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF059; }
p { color: rgb(175,240,89); }
H1.HeaderClassName
{
color: #AFF059;
}
.AnyTagClassName
{
color: #AFF059;
}
</style>
background-color css
<style>
a { background-color: #AFF059; }
a { background-color: rgb(175,240,89); }
div.DivClassName
{
background-color: #AFF059;
}
.BgClassName
{
background-color: #AFF059;
}
</style>
border-color css
<style>
span { border-color: #AFF059; }
span { border-color: rgb(175,240,89); }
td.TdClassName
{
border-color: #AFF059;
}
.TagClassName
{
border-color: #AFF059;
}
</style>