Shades of Conifer #AFF662
Tints of Conifer #AFF662
RGB
CMYK
RGB Variations
Color information
#AFF662 (or 0xAFF662) is known color: Conifer. HEX triplet: AF, F6 and 62. RGB value is (175,246,98). Sum of RGB (Red+Green+Blue) = 175+246+98=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 246 (96.48% from 255 or 47.40% from 519); Blue value is 98 (38.67% from 255 or 18.88% from 519); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF662 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF662 is #50099D. Grayscale: #D0D0D0. Windows color (decimal): -5245342 or 6485679. OLE color: 6485679.
HSL color Cylindrical-coordinate representation of color #AFF662: hue angle of 88.78º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFF662 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 246 | 98 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.04 |
| HSL | 88.78º | 0.89% | 0.67% | - |
| HSV(B) | 88.78º | 0.6% | 0.96% | - |
| XYZ | 52.84 | 75.91 | 23.42 | - |
| YUV | 207.9 | 65.98 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 98 | 0.29 | 0 | 0.60 | 0.04 | 88.78 | 0.89 | 0.67 |
| Hex | AF | F6 | 62 | 1D | 0 | 3C | 4 | 59 | 59 | 43 |
| Octal | 257 | 366 | 142 | 35 | 0 | 74 | 4 | 131 | 131 | 103 |
| Binary | 10101111 | 11110110 | 1100010 | 11101 | 0 | 111100 | 100 | 1011001 | 1011001 | 1000011 |
Color Harmonies of #AFF662
Complementary color
Monochromatic Colors of #AFF662
Black with #AFF662
Text Example
Text Example
White with #AFF662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF662; }
p { color: rgb(175,246,98); }
H1.HeaderClassName
{
color: #AFF662;
}
.AnyTagClassName
{
color: #AFF662;
}
</style>
background-color css
<style>
a { background-color: #AFF662; }
a { background-color: rgb(175,246,98); }
div.DivClassName
{
background-color: #AFF662;
}
.BgClassName
{
background-color: #AFF662;
}
</style>
border-color css
<style>
span { border-color: #AFF662; }
span { border-color: rgb(175,246,98); }
td.TdClassName
{
border-color: #AFF662;
}
.TagClassName
{
border-color: #AFF662;
}
</style>