Shades of Conifer #AFE346
Tints of Conifer #AFE346
RGB
CMYK
RGB Variations
Color information
#AFE346 (or 0xAFE346) is known color: Conifer. HEX triplet: AF, E3 and 46. RGB value is (175,227,70). Sum of RGB (Red+Green+Blue) = 175+227+70=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 227 (89.06% from 255 or 48.09% from 472); Blue value is 70 (27.73% from 255 or 14.83% from 472); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE346 is #501CB9. Grayscale: #C2C2C2. Windows color (decimal): -5250234 or 4645807. OLE color: 4645807.
HSL color Cylindrical-coordinate representation of color #AFE346: hue angle of 79.87º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFE346 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 70 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.11 |
| HSL | 79.87º | 0.74% | 0.58% | - |
| HSV(B) | 79.87º | 0.69% | 0.89% | - |
| XYZ | 46.25 | 64.49 | 15.81 | - |
| YUV | 193.55 | 58.27 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 70 | 0.23 | 0 | 0.69 | 0.11 | 79.87 | 0.74 | 0.58 |
| Hex | AF | E3 | 46 | 17 | 0 | 45 | B | 50 | 4A | 3A |
| Octal | 257 | 343 | 106 | 27 | 0 | 105 | 13 | 120 | 112 | 72 |
| Binary | 10101111 | 11100011 | 1000110 | 10111 | 0 | 1000101 | 1011 | 1010000 | 1001010 | 111010 |
Color Harmonies of #AFE346
Complementary color
Monochromatic Colors of #AFE346
Black with #AFE346
Text Example
Text Example
White with #AFE346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE346; }
p { color: rgb(175,227,70); }
H1.HeaderClassName
{
color: #AFE346;
}
.AnyTagClassName
{
color: #AFE346;
}
</style>
background-color css
<style>
a { background-color: #AFE346; }
a { background-color: rgb(175,227,70); }
div.DivClassName
{
background-color: #AFE346;
}
.BgClassName
{
background-color: #AFE346;
}
</style>
border-color css
<style>
span { border-color: #AFE346; }
span { border-color: rgb(175,227,70); }
td.TdClassName
{
border-color: #AFE346;
}
.TagClassName
{
border-color: #AFE346;
}
</style>