Shades of Conifer #AFE766
Tints of Conifer #AFE766
RGB
CMYK
RGB Variations
Color information
#AFE766 (or 0xAFE766) is known color: Conifer. HEX triplet: AF, E7 and 66. RGB value is (175,231,102). Sum of RGB (Red+Green+Blue) = 175+231+102=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE766 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE766 is #501899. Grayscale: #C8C8C8. Windows color (decimal): -5249178 or 6743983. OLE color: 6743983.
HSL color Cylindrical-coordinate representation of color #AFE766: hue angle of 86.05º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFE766 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 231 | 102 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.09 |
| HSL | 86.05º | 0.73% | 0.65% | - |
| HSV(B) | 86.05º | 0.56% | 0.91% | - |
| XYZ | 48.65 | 67.23 | 22.98 | - |
| YUV | 199.55 | 72.95 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 102 | 0.24 | 0 | 0.56 | 0.09 | 86.05 | 0.73 | 0.65 |
| Hex | AF | E7 | 66 | 18 | 0 | 38 | 9 | 56 | 49 | 41 |
| Octal | 257 | 347 | 146 | 30 | 0 | 70 | 11 | 126 | 111 | 101 |
| Binary | 10101111 | 11100111 | 1100110 | 11000 | 0 | 111000 | 1001 | 1010110 | 1001001 | 1000001 |
Color Harmonies of #AFE766
Complementary color
Monochromatic Colors of #AFE766
Black with #AFE766
Text Example
Text Example
White with #AFE766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE766; }
p { color: rgb(175,231,102); }
H1.HeaderClassName
{
color: #AFE766;
}
.AnyTagClassName
{
color: #AFE766;
}
</style>
background-color css
<style>
a { background-color: #AFE766; }
a { background-color: rgb(175,231,102); }
div.DivClassName
{
background-color: #AFE766;
}
.BgClassName
{
background-color: #AFE766;
}
</style>
border-color css
<style>
span { border-color: #AFE766; }
span { border-color: rgb(175,231,102); }
td.TdClassName
{
border-color: #AFE766;
}
.TagClassName
{
border-color: #AFE766;
}
</style>