Shades of Conifer #AFE148
Tints of Conifer #AFE148
RGB
CMYK
RGB Variations
Color information
#AFE148 (or 0xAFE148) is known color: Conifer. HEX triplet: AF, E1 and 48. RGB value is (175,225,72). Sum of RGB (Red+Green+Blue) = 175+225+72=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 72 (28.52% from 255 or 15.25% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE148 is #501EB7. Grayscale: #C1C1C1. Windows color (decimal): -5250744 or 4776367. OLE color: 4776367.
HSL color Cylindrical-coordinate representation of color #AFE148: hue angle of 79.61º 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 #AFE148 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 225 | 72 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.12 |
| HSL | 79.61º | 0.72% | 0.58% | - |
| HSV(B) | 79.61º | 0.68% | 0.88% | - |
| XYZ | 45.77 | 63.43 | 15.96 | - |
| YUV | 192.61 | 59.94 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 225 | 72 | 0.22 | 0 | 0.68 | 0.12 | 79.61 | 0.72 | 0.58 |
| Hex | AF | E1 | 48 | 16 | 0 | 44 | C | 50 | 48 | 3A |
| Octal | 257 | 341 | 110 | 26 | 0 | 104 | 14 | 120 | 110 | 72 |
| Binary | 10101111 | 11100001 | 1001000 | 10110 | 0 | 1000100 | 1100 | 1010000 | 1001000 | 111010 |
Color Harmonies of #AFE148
Complementary color
Monochromatic Colors of #AFE148
Black with #AFE148
Text Example
Text Example
White with #AFE148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE148; }
p { color: rgb(175,225,72); }
H1.HeaderClassName
{
color: #AFE148;
}
.AnyTagClassName
{
color: #AFE148;
}
</style>
background-color css
<style>
a { background-color: #AFE148; }
a { background-color: rgb(175,225,72); }
div.DivClassName
{
background-color: #AFE148;
}
.BgClassName
{
background-color: #AFE148;
}
</style>
border-color css
<style>
span { border-color: #AFE148; }
span { border-color: rgb(175,225,72); }
td.TdClassName
{
border-color: #AFE148;
}
.TagClassName
{
border-color: #AFE148;
}
</style>