Shades of Conifer #AFE260
Tints of Conifer #AFE260
RGB
CMYK
RGB Variations
Color information
#AFE260 (or 0xAFE260) is known color: Conifer. HEX triplet: AF, E2 and 60. RGB value is (175,226,96). Sum of RGB (Red+Green+Blue) = 175+226+96=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 226 (88.67% from 255 or 45.47% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE260 is #501D9F. Grayscale: #C4C4C4. Windows color (decimal): -5250464 or 6349487. OLE color: 6349487.
HSL color Cylindrical-coordinate representation of color #AFE260: hue angle of 83.54º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFE260 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 96 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.11 |
| HSL | 83.54º | 0.69% | 0.63% | - |
| HSV(B) | 83.54º | 0.58% | 0.89% | - |
| XYZ | 46.99 | 64.35 | 21.01 | - |
| YUV | 195.93 | 71.6 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 96 | 0.23 | 0 | 0.58 | 0.11 | 83.54 | 0.69 | 0.63 |
| Hex | AF | E2 | 60 | 17 | 0 | 3A | B | 54 | 45 | 3F |
| Octal | 257 | 342 | 140 | 27 | 0 | 72 | 13 | 124 | 105 | 77 |
| Binary | 10101111 | 11100010 | 1100000 | 10111 | 0 | 111010 | 1011 | 1010100 | 1000101 | 111111 |
Color Harmonies of #AFE260
Complementary color
Monochromatic Colors of #AFE260
Black with #AFE260
Text Example
Text Example
White with #AFE260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE260; }
p { color: rgb(175,226,96); }
H1.HeaderClassName
{
color: #AFE260;
}
.AnyTagClassName
{
color: #AFE260;
}
</style>
background-color css
<style>
a { background-color: #AFE260; }
a { background-color: rgb(175,226,96); }
div.DivClassName
{
background-color: #AFE260;
}
.BgClassName
{
background-color: #AFE260;
}
</style>
border-color css
<style>
span { border-color: #AFE260; }
span { border-color: rgb(175,226,96); }
td.TdClassName
{
border-color: #AFE260;
}
.TagClassName
{
border-color: #AFE260;
}
</style>