Shades of Conifer #AFE359
Tints of Conifer #AFE359
RGB
CMYK
RGB Variations
Color information
#AFE359 (or 0xAFE359) is known color: Conifer. HEX triplet: AF, E3 and 59. RGB value is (175,227,89). Sum of RGB (Red+Green+Blue) = 175+227+89=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 227 (89.06% from 255 or 46.23% from 491); Blue value is 89 (35.16% from 255 or 18.13% from 491); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE359 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE359 is #501CA6. Grayscale: #C4C4C4. Windows color (decimal): -5250215 or 5890991. OLE color: 5890991.
HSL color Cylindrical-coordinate representation of color #AFE359: hue angle of 82.61º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFE359 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 89 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.11 |
| HSL | 82.61º | 0.71% | 0.62% | - |
| HSV(B) | 82.61º | 0.61% | 0.89% | - |
| XYZ | 46.95 | 64.77 | 19.48 | - |
| YUV | 195.72 | 67.77 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 89 | 0.23 | 0 | 0.61 | 0.11 | 82.61 | 0.71 | 0.62 |
| Hex | AF | E3 | 59 | 17 | 0 | 3D | B | 53 | 47 | 3E |
| Octal | 257 | 343 | 131 | 27 | 0 | 75 | 13 | 123 | 107 | 76 |
| Binary | 10101111 | 11100011 | 1011001 | 10111 | 0 | 111101 | 1011 | 1010011 | 1000111 | 111110 |
Color Harmonies of #AFE359
Complementary color
Monochromatic Colors of #AFE359
Black with #AFE359
Text Example
Text Example
White with #AFE359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE359; }
p { color: rgb(175,227,89); }
H1.HeaderClassName
{
color: #AFE359;
}
.AnyTagClassName
{
color: #AFE359;
}
</style>
background-color css
<style>
a { background-color: #AFE359; }
a { background-color: rgb(175,227,89); }
div.DivClassName
{
background-color: #AFE359;
}
.BgClassName
{
background-color: #AFE359;
}
</style>
border-color css
<style>
span { border-color: #AFE359; }
span { border-color: rgb(175,227,89); }
td.TdClassName
{
border-color: #AFE359;
}
.TagClassName
{
border-color: #AFE359;
}
</style>