Shades of Conifer #AFE460
Tints of Conifer #AFE460
RGB
CMYK
RGB Variations
Color information
#AFE460 (or 0xAFE460) is known color: Conifer. HEX triplet: AF, E4 and 60. RGB value is (175,228,96). Sum of RGB (Red+Green+Blue) = 175+228+96=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE460 is #501B9F. Grayscale: #C5C5C5. Windows color (decimal): -5249952 or 6349999. OLE color: 6349999.
HSL color Cylindrical-coordinate representation of color #AFE460: hue angle of 84.09º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFE460 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 96 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.11 |
| HSL | 84.09º | 0.71% | 0.64% | - |
| HSV(B) | 84.09º | 0.58% | 0.89% | - |
| XYZ | 47.53 | 65.45 | 21.19 | - |
| YUV | 197.11 | 70.94 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 96 | 0.23 | 0 | 0.58 | 0.11 | 84.09 | 0.71 | 0.64 |
| Hex | AF | E4 | 60 | 17 | 0 | 3A | B | 54 | 47 | 40 |
| Octal | 257 | 344 | 140 | 27 | 0 | 72 | 13 | 124 | 107 | 100 |
| Binary | 10101111 | 11100100 | 1100000 | 10111 | 0 | 111010 | 1011 | 1010100 | 1000111 | 1000000 |
Color Harmonies of #AFE460
Complementary color
Monochromatic Colors of #AFE460
Black with #AFE460
Text Example
Text Example
White with #AFE460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE460; }
p { color: rgb(175,228,96); }
H1.HeaderClassName
{
color: #AFE460;
}
.AnyTagClassName
{
color: #AFE460;
}
</style>
background-color css
<style>
a { background-color: #AFE460; }
a { background-color: rgb(175,228,96); }
div.DivClassName
{
background-color: #AFE460;
}
.BgClassName
{
background-color: #AFE460;
}
</style>
border-color css
<style>
span { border-color: #AFE460; }
span { border-color: rgb(175,228,96); }
td.TdClassName
{
border-color: #AFE460;
}
.TagClassName
{
border-color: #AFE460;
}
</style>