Shades of Conifer #AFE05E
Tints of Conifer #AFE05E
RGB
CMYK
RGB Variations
Color information
#AFE05E (or 0xAFE05E) is known color: Conifer. HEX triplet: AF, E0 and 5E. RGB value is (175,224,94). Sum of RGB (Red+Green+Blue) = 175+224+94=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE05E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE05E is #501FA1. Grayscale: #C3C3C3. Windows color (decimal): -5250978 or 6217903. OLE color: 6217903.
HSL color Cylindrical-coordinate representation of color #AFE05E: hue angle of 82.62º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFE05E is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 94 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.12 |
| HSL | 82.62º | 0.68% | 0.62% | - |
| HSV(B) | 82.62º | 0.58% | 0.88% | - |
| XYZ | 46.36 | 63.23 | 20.35 | - |
| YUV | 194.53 | 71.27 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 94 | 0.22 | 0 | 0.58 | 0.12 | 82.62 | 0.68 | 0.62 |
| Hex | AF | E0 | 5E | 16 | 0 | 3A | C | 53 | 44 | 3E |
| Octal | 257 | 340 | 136 | 26 | 0 | 72 | 14 | 123 | 104 | 76 |
| Binary | 10101111 | 11100000 | 1011110 | 10110 | 0 | 111010 | 1100 | 1010011 | 1000100 | 111110 |
Color Harmonies of #AFE05E
Complementary color
Monochromatic Colors of #AFE05E
Black with #AFE05E
Text Example
Text Example
White with #AFE05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE05E; }
p { color: rgb(175,224,94); }
H1.HeaderClassName
{
color: #AFE05E;
}
.AnyTagClassName
{
color: #AFE05E;
}
</style>
background-color css
<style>
a { background-color: #AFE05E; }
a { background-color: rgb(175,224,94); }
div.DivClassName
{
background-color: #AFE05E;
}
.BgClassName
{
background-color: #AFE05E;
}
</style>
border-color css
<style>
span { border-color: #AFE05E; }
span { border-color: rgb(175,224,94); }
td.TdClassName
{
border-color: #AFE05E;
}
.TagClassName
{
border-color: #AFE05E;
}
</style>