Shades of Conifer #AFE05C
Tints of Conifer #AFE05C
RGB
CMYK
RGB Variations
Color information
#AFE05C (or 0xAFE05C) is known color: Conifer. HEX triplet: AF, E0 and 5C. RGB value is (175,224,92). Sum of RGB (Red+Green+Blue) = 175+224+92=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE05C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE05C is #501FA3. Grayscale: #C2C2C2. Windows color (decimal): -5250980 or 6086831. OLE color: 6086831.
HSL color Cylindrical-coordinate representation of color #AFE05C: hue angle of 82.27º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFE05C is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 92 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.12 |
| HSL | 82.27º | 0.68% | 0.62% | - |
| HSV(B) | 82.27º | 0.59% | 0.88% | - |
| XYZ | 46.27 | 63.2 | 19.89 | - |
| YUV | 194.3 | 70.27 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 92 | 0.22 | 0 | 0.59 | 0.12 | 82.27 | 0.68 | 0.62 |
| Hex | AF | E0 | 5C | 16 | 0 | 3B | C | 52 | 44 | 3E |
| Octal | 257 | 340 | 134 | 26 | 0 | 73 | 14 | 122 | 104 | 76 |
| Binary | 10101111 | 11100000 | 1011100 | 10110 | 0 | 111011 | 1100 | 1010010 | 1000100 | 111110 |
Color Harmonies of #AFE05C
Complementary color
Monochromatic Colors of #AFE05C
Black with #AFE05C
Text Example
Text Example
White with #AFE05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE05C; }
p { color: rgb(175,224,92); }
H1.HeaderClassName
{
color: #AFE05C;
}
.AnyTagClassName
{
color: #AFE05C;
}
</style>
background-color css
<style>
a { background-color: #AFE05C; }
a { background-color: rgb(175,224,92); }
div.DivClassName
{
background-color: #AFE05C;
}
.BgClassName
{
background-color: #AFE05C;
}
</style>
border-color css
<style>
span { border-color: #AFE05C; }
span { border-color: rgb(175,224,92); }
td.TdClassName
{
border-color: #AFE05C;
}
.TagClassName
{
border-color: #AFE05C;
}
</style>