Shades of Conifer #AFF056
Tints of Conifer #AFF056
RGB
CMYK
RGB Variations
Color information
#AFF056 (or 0xAFF056) is known color: Conifer. HEX triplet: AF, F0 and 56. RGB value is (175,240,86). Sum of RGB (Red+Green+Blue) = 175+240+86=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 86 (33.98% from 255 or 17.17% from 501); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF056 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF056 is #500FA9. Grayscale: #CBCBCB. Windows color (decimal): -5246890 or 5697711. OLE color: 5697711.
HSL color Cylindrical-coordinate representation of color #AFF056: hue angle of 85.32º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFF056 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 86 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.06 |
| HSL | 85.32º | 0.84% | 0.64% | - |
| HSV(B) | 85.32º | 0.64% | 0.94% | - |
| XYZ | 50.52 | 72.11 | 20.06 | - |
| YUV | 203.01 | 61.97 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 86 | 0.27 | 0 | 0.64 | 0.06 | 85.32 | 0.84 | 0.64 |
| Hex | AF | F0 | 56 | 1B | 0 | 40 | 6 | 55 | 54 | 40 |
| Octal | 257 | 360 | 126 | 33 | 0 | 100 | 6 | 125 | 124 | 100 |
| Binary | 10101111 | 11110000 | 1010110 | 11011 | 0 | 1000000 | 110 | 1010101 | 1010100 | 1000000 |
Color Harmonies of #AFF056
Complementary color
Monochromatic Colors of #AFF056
Black with #AFF056
Text Example
Text Example
White with #AFF056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF056; }
p { color: rgb(175,240,86); }
H1.HeaderClassName
{
color: #AFF056;
}
.AnyTagClassName
{
color: #AFF056;
}
</style>
background-color css
<style>
a { background-color: #AFF056; }
a { background-color: rgb(175,240,86); }
div.DivClassName
{
background-color: #AFF056;
}
.BgClassName
{
background-color: #AFF056;
}
</style>
border-color css
<style>
span { border-color: #AFF056; }
span { border-color: rgb(175,240,86); }
td.TdClassName
{
border-color: #AFF056;
}
.TagClassName
{
border-color: #AFF056;
}
</style>