Shades of Conifer #AFE76C
Tints of Conifer #AFE76C
RGB
CMYK
RGB Variations
Color information
#AFE76C (or 0xAFE76C) is known color: Conifer. HEX triplet: AF, E7 and 6C. RGB value is (175,231,108). Sum of RGB (Red+Green+Blue) = 175+231+108=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 231 (90.62% from 255 or 44.94% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE76C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE76C is #501893. Grayscale: #C8C8C8. Windows color (decimal): -5249172 or 7137199. OLE color: 7137199.
HSL color Cylindrical-coordinate representation of color #AFE76C: hue angle of 87.32º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFE76C is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 231 | 108 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.09 |
| HSL | 87.32º | 0.72% | 0.66% | - |
| HSV(B) | 87.32º | 0.53% | 0.91% | - |
| XYZ | 48.96 | 67.35 | 24.61 | - |
| YUV | 200.23 | 75.95 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 108 | 0.24 | 0 | 0.53 | 0.09 | 87.32 | 0.72 | 0.66 |
| Hex | AF | E7 | 6C | 18 | 0 | 35 | 9 | 57 | 48 | 42 |
| Octal | 257 | 347 | 154 | 30 | 0 | 65 | 11 | 127 | 110 | 102 |
| Binary | 10101111 | 11100111 | 1101100 | 11000 | 0 | 110101 | 1001 | 1010111 | 1001000 | 1000010 |
Color Harmonies of #AFE76C
Complementary color
Monochromatic Colors of #AFE76C
Black with #AFE76C
Text Example
Text Example
White with #AFE76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE76C; }
p { color: rgb(175,231,108); }
H1.HeaderClassName
{
color: #AFE76C;
}
.AnyTagClassName
{
color: #AFE76C;
}
</style>
background-color css
<style>
a { background-color: #AFE76C; }
a { background-color: rgb(175,231,108); }
div.DivClassName
{
background-color: #AFE76C;
}
.BgClassName
{
background-color: #AFE76C;
}
</style>
border-color css
<style>
span { border-color: #AFE76C; }
span { border-color: rgb(175,231,108); }
td.TdClassName
{
border-color: #AFE76C;
}
.TagClassName
{
border-color: #AFE76C;
}
</style>