Shades of Conifer #AFE147
Tints of Conifer #AFE147
RGB
CMYK
RGB Variations
Color information
#AFE147 (or 0xAFE147) is known color: Conifer. HEX triplet: AF, E1 and 47. RGB value is (175,225,71). Sum of RGB (Red+Green+Blue) = 175+225+71=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 71 (28.12% from 255 or 15.07% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE147 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE147 is #501EB8. Grayscale: #C1C1C1. Windows color (decimal): -5250745 or 4710831. OLE color: 4710831.
HSL color Cylindrical-coordinate representation of color #AFE147: hue angle of 79.48º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFE147 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 225 | 71 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.12 |
| HSL | 79.48º | 0.72% | 0.58% | - |
| HSV(B) | 79.48º | 0.68% | 0.88% | - |
| XYZ | 45.74 | 63.42 | 15.79 | - |
| YUV | 192.49 | 59.44 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 225 | 71 | 0.22 | 0 | 0.68 | 0.12 | 79.48 | 0.72 | 0.58 |
| Hex | AF | E1 | 47 | 16 | 0 | 44 | C | 4F | 48 | 3A |
| Octal | 257 | 341 | 107 | 26 | 0 | 104 | 14 | 117 | 110 | 72 |
| Binary | 10101111 | 11100001 | 1000111 | 10110 | 0 | 1000100 | 1100 | 1001111 | 1001000 | 111010 |
Color Harmonies of #AFE147
Complementary color
Monochromatic Colors of #AFE147
Black with #AFE147
Text Example
Text Example
White with #AFE147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE147; }
p { color: rgb(175,225,71); }
H1.HeaderClassName
{
color: #AFE147;
}
.AnyTagClassName
{
color: #AFE147;
}
</style>
background-color css
<style>
a { background-color: #AFE147; }
a { background-color: rgb(175,225,71); }
div.DivClassName
{
background-color: #AFE147;
}
.BgClassName
{
background-color: #AFE147;
}
</style>
border-color css
<style>
span { border-color: #AFE147; }
span { border-color: rgb(175,225,71); }
td.TdClassName
{
border-color: #AFE147;
}
.TagClassName
{
border-color: #AFE147;
}
</style>