Shades of Conifer #AFF064
Tints of Conifer #AFF064
RGB
CMYK
RGB Variations
Color information
#AFF064 (or 0xAFF064) is known color: Conifer. HEX triplet: AF, F0 and 64. RGB value is (175,240,100). Sum of RGB (Red+Green+Blue) = 175+240+100=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 100 (39.45% from 255 or 19.42% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF064 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF064 is #500F9B. Grayscale: #CDCDCD. Windows color (decimal): -5246876 or 6615215. OLE color: 6615215.
HSL color Cylindrical-coordinate representation of color #AFF064: hue angle of 87.86º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFF064 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 100 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.06 |
| HSL | 87.86º | 0.82% | 0.67% | - |
| HSV(B) | 87.86º | 0.58% | 0.94% | - |
| XYZ | 51.14 | 72.35 | 23.33 | - |
| YUV | 204.61 | 68.97 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 100 | 0.27 | 0 | 0.58 | 0.06 | 87.86 | 0.82 | 0.67 |
| Hex | AF | F0 | 64 | 1B | 0 | 3A | 6 | 58 | 52 | 43 |
| Octal | 257 | 360 | 144 | 33 | 0 | 72 | 6 | 130 | 122 | 103 |
| Binary | 10101111 | 11110000 | 1100100 | 11011 | 0 | 111010 | 110 | 1011000 | 1010010 | 1000011 |
Color Harmonies of #AFF064
Complementary color
Monochromatic Colors of #AFF064
Black with #AFF064
Text Example
Text Example
White with #AFF064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF064; }
p { color: rgb(175,240,100); }
H1.HeaderClassName
{
color: #AFF064;
}
.AnyTagClassName
{
color: #AFF064;
}
</style>
background-color css
<style>
a { background-color: #AFF064; }
a { background-color: rgb(175,240,100); }
div.DivClassName
{
background-color: #AFF064;
}
.BgClassName
{
background-color: #AFF064;
}
</style>
border-color css
<style>
span { border-color: #AFF064; }
span { border-color: rgb(175,240,100); }
td.TdClassName
{
border-color: #AFF064;
}
.TagClassName
{
border-color: #AFF064;
}
</style>