Shades of Conifer #AFE058
Tints of Conifer #AFE058
RGB
CMYK
RGB Variations
Color information
#AFE058 (or 0xAFE058) is known color: Conifer. HEX triplet: AF, E0 and 58. RGB value is (175,224,88). Sum of RGB (Red+Green+Blue) = 175+224+88=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 88 (34.77% from 255 or 18.07% from 487); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE058 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE058 is #501FA7. Grayscale: #C2C2C2. Windows color (decimal): -5250984 or 5824687. OLE color: 5824687.
HSL color Cylindrical-coordinate representation of color #AFE058: hue angle of 81.62º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFE058 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 88 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.12 |
| HSL | 81.62º | 0.69% | 0.61% | - |
| HSV(B) | 81.62º | 0.61% | 0.88% | - |
| XYZ | 46.1 | 63.13 | 18.99 | - |
| YUV | 193.85 | 68.27 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 88 | 0.22 | 0 | 0.61 | 0.12 | 81.62 | 0.69 | 0.61 |
| Hex | AF | E0 | 58 | 16 | 0 | 3D | C | 52 | 45 | 3D |
| Octal | 257 | 340 | 130 | 26 | 0 | 75 | 14 | 122 | 105 | 75 |
| Binary | 10101111 | 11100000 | 1011000 | 10110 | 0 | 111101 | 1100 | 1010010 | 1000101 | 111101 |
Color Harmonies of #AFE058
Complementary color
Monochromatic Colors of #AFE058
Black with #AFE058
Text Example
Text Example
White with #AFE058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE058; }
p { color: rgb(175,224,88); }
H1.HeaderClassName
{
color: #AFE058;
}
.AnyTagClassName
{
color: #AFE058;
}
</style>
background-color css
<style>
a { background-color: #AFE058; }
a { background-color: rgb(175,224,88); }
div.DivClassName
{
background-color: #AFE058;
}
.BgClassName
{
background-color: #AFE058;
}
</style>
border-color css
<style>
span { border-color: #AFE058; }
span { border-color: rgb(175,224,88); }
td.TdClassName
{
border-color: #AFE058;
}
.TagClassName
{
border-color: #AFE058;
}
</style>