Shades of Conifer #AFE04E
Tints of Conifer #AFE04E
RGB
CMYK
RGB Variations
Color information
#AFE04E (or 0xAFE04E) is known color: Conifer. HEX triplet: AF, E0 and 4E. RGB value is (175,224,78). Sum of RGB (Red+Green+Blue) = 175+224+78=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 78 (30.86% from 255 or 16.35% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE04E is #501FB1. Grayscale: #C1C1C1. Windows color (decimal): -5250994 or 5169327. OLE color: 5169327.
HSL color Cylindrical-coordinate representation of color #AFE04E: hue angle of 80.14º degrees, saturation: 0.7, 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 #AFE04E is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 78 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.12 |
| HSL | 80.14º | 0.7% | 0.59% | - |
| HSV(B) | 80.14º | 0.65% | 0.88% | - |
| XYZ | 45.71 | 62.98 | 16.95 | - |
| YUV | 192.71 | 63.27 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 78 | 0.22 | 0 | 0.65 | 0.12 | 80.14 | 0.7 | 0.59 |
| Hex | AF | E0 | 4E | 16 | 0 | 41 | C | 50 | 46 | 3B |
| Octal | 257 | 340 | 116 | 26 | 0 | 101 | 14 | 120 | 106 | 73 |
| Binary | 10101111 | 11100000 | 1001110 | 10110 | 0 | 1000001 | 1100 | 1010000 | 1000110 | 111011 |
Color Harmonies of #AFE04E
Complementary color
Monochromatic Colors of #AFE04E
Black with #AFE04E
Text Example
Text Example
White with #AFE04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE04E; }
p { color: rgb(175,224,78); }
H1.HeaderClassName
{
color: #AFE04E;
}
.AnyTagClassName
{
color: #AFE04E;
}
</style>
background-color css
<style>
a { background-color: #AFE04E; }
a { background-color: rgb(175,224,78); }
div.DivClassName
{
background-color: #AFE04E;
}
.BgClassName
{
background-color: #AFE04E;
}
</style>
border-color css
<style>
span { border-color: #AFE04E; }
span { border-color: rgb(175,224,78); }
td.TdClassName
{
border-color: #AFE04E;
}
.TagClassName
{
border-color: #AFE04E;
}
</style>