Shades of Conifer #AFF260
Tints of Conifer #AFF260
RGB
CMYK
RGB Variations
Color information
#AFF260 (or 0xAFF260) is known color: Conifer. HEX triplet: AF, F2 and 60. RGB value is (175,242,96). Sum of RGB (Red+Green+Blue) = 175+242+96=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF260 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF260 is #500D9F. Grayscale: #CDCDCD. Windows color (decimal): -5246368 or 6353583. OLE color: 6353583.
HSL color Cylindrical-coordinate representation of color #AFF260: hue angle of 87.53º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFF260 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 96 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.05 |
| HSL | 87.53º | 0.85% | 0.66% | - |
| HSV(B) | 87.53º | 0.6% | 0.95% | - |
| XYZ | 51.54 | 73.46 | 22.53 | - |
| YUV | 205.32 | 66.3 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 96 | 0.28 | 0 | 0.60 | 0.05 | 87.53 | 0.85 | 0.66 |
| Hex | AF | F2 | 60 | 1C | 0 | 3C | 5 | 58 | 55 | 42 |
| Octal | 257 | 362 | 140 | 34 | 0 | 74 | 5 | 130 | 125 | 102 |
| Binary | 10101111 | 11110010 | 1100000 | 11100 | 0 | 111100 | 101 | 1011000 | 1010101 | 1000010 |
Color Harmonies of #AFF260
Complementary color
Monochromatic Colors of #AFF260
Black with #AFF260
Text Example
Text Example
White with #AFF260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF260; }
p { color: rgb(175,242,96); }
H1.HeaderClassName
{
color: #AFF260;
}
.AnyTagClassName
{
color: #AFF260;
}
</style>
background-color css
<style>
a { background-color: #AFF260; }
a { background-color: rgb(175,242,96); }
div.DivClassName
{
background-color: #AFF260;
}
.BgClassName
{
background-color: #AFF260;
}
</style>
border-color css
<style>
span { border-color: #AFF260; }
span { border-color: rgb(175,242,96); }
td.TdClassName
{
border-color: #AFF260;
}
.TagClassName
{
border-color: #AFF260;
}
</style>