Shades of Conifer #AFE14E
Tints of Conifer #AFE14E
RGB
CMYK
RGB Variations
Color information
#AFE14E (or 0xAFE14E) is known color: Conifer. HEX triplet: AF, E1 and 4E. RGB value is (175,225,78). Sum of RGB (Red+Green+Blue) = 175+225+78=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 78 (30.86% from 255 or 16.32% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE14E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE14E is #501EB1. Grayscale: #C1C1C1. Windows color (decimal): -5250738 or 5169583. OLE color: 5169583.
HSL color Cylindrical-coordinate representation of color #AFE14E: hue angle of 80.41º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFE14E is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 225 | 78 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.12 |
| HSL | 80.41º | 0.71% | 0.59% | - |
| HSV(B) | 80.41º | 0.65% | 0.88% | - |
| XYZ | 45.98 | 63.51 | 17.04 | - |
| YUV | 193.29 | 62.94 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 225 | 78 | 0.22 | 0 | 0.65 | 0.12 | 80.41 | 0.71 | 0.59 |
| Hex | AF | E1 | 4E | 16 | 0 | 41 | C | 50 | 47 | 3B |
| Octal | 257 | 341 | 116 | 26 | 0 | 101 | 14 | 120 | 107 | 73 |
| Binary | 10101111 | 11100001 | 1001110 | 10110 | 0 | 1000001 | 1100 | 1010000 | 1000111 | 111011 |
Color Harmonies of #AFE14E
Complementary color
Monochromatic Colors of #AFE14E
Black with #AFE14E
Text Example
Text Example
White with #AFE14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE14E; }
p { color: rgb(175,225,78); }
H1.HeaderClassName
{
color: #AFE14E;
}
.AnyTagClassName
{
color: #AFE14E;
}
</style>
background-color css
<style>
a { background-color: #AFE14E; }
a { background-color: rgb(175,225,78); }
div.DivClassName
{
background-color: #AFE14E;
}
.BgClassName
{
background-color: #AFE14E;
}
</style>
border-color css
<style>
span { border-color: #AFE14E; }
span { border-color: rgb(175,225,78); }
td.TdClassName
{
border-color: #AFE14E;
}
.TagClassName
{
border-color: #AFE14E;
}
</style>