Shades of Conifer #AFE063
Tints of Conifer #AFE063
RGB
CMYK
RGB Variations
Color information
#AFE063 (or 0xAFE063) is known color: Conifer. HEX triplet: AF, E0 and 63. RGB value is (175,224,99). Sum of RGB (Red+Green+Blue) = 175+224+99=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 99 (39.06% from 255 or 19.88% from 498); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE063 is #501F9C. Grayscale: #C3C3C3. Windows color (decimal): -5250973 or 6545583. OLE color: 6545583.
HSL color Cylindrical-coordinate representation of color #AFE063: hue angle of 83.52º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFE063 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 99 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.12 |
| HSL | 83.52º | 0.67% | 0.63% | - |
| HSV(B) | 83.52º | 0.56% | 0.88% | - |
| XYZ | 46.59 | 63.33 | 21.57 | - |
| YUV | 195.1 | 73.77 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 99 | 0.22 | 0 | 0.56 | 0.12 | 83.52 | 0.67 | 0.63 |
| Hex | AF | E0 | 63 | 16 | 0 | 38 | C | 54 | 43 | 3F |
| Octal | 257 | 340 | 143 | 26 | 0 | 70 | 14 | 124 | 103 | 77 |
| Binary | 10101111 | 11100000 | 1100011 | 10110 | 0 | 111000 | 1100 | 1010100 | 1000011 | 111111 |
Color Harmonies of #AFE063
Complementary color
Monochromatic Colors of #AFE063
Black with #AFE063
Text Example
Text Example
White with #AFE063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE063; }
p { color: rgb(175,224,99); }
H1.HeaderClassName
{
color: #AFE063;
}
.AnyTagClassName
{
color: #AFE063;
}
</style>
background-color css
<style>
a { background-color: #AFE063; }
a { background-color: rgb(175,224,99); }
div.DivClassName
{
background-color: #AFE063;
}
.BgClassName
{
background-color: #AFE063;
}
</style>
border-color css
<style>
span { border-color: #AFE063; }
span { border-color: rgb(175,224,99); }
td.TdClassName
{
border-color: #AFE063;
}
.TagClassName
{
border-color: #AFE063;
}
</style>