Shades of Conifer #AFF262
Tints of Conifer #AFF262
RGB
CMYK
RGB Variations
Color information
#AFF262 (or 0xAFF262) is known color: Conifer. HEX triplet: AF, F2 and 62. RGB value is (175,242,98). Sum of RGB (Red+Green+Blue) = 175+242+98=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 98 (38.67% from 255 or 19.03% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF262 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF262 is #500D9D. Grayscale: #CECECE. Windows color (decimal): -5246366 or 6484655. OLE color: 6484655.
HSL color Cylindrical-coordinate representation of color #AFF262: hue angle of 87.92º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFF262 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 98 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.05 |
| HSL | 87.92º | 0.85% | 0.67% | - |
| HSV(B) | 87.92º | 0.6% | 0.95% | - |
| XYZ | 51.64 | 73.5 | 23.02 | - |
| YUV | 205.55 | 67.3 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 98 | 0.28 | 0 | 0.60 | 0.05 | 87.92 | 0.85 | 0.67 |
| Hex | AF | F2 | 62 | 1C | 0 | 3C | 5 | 58 | 55 | 43 |
| Octal | 257 | 362 | 142 | 34 | 0 | 74 | 5 | 130 | 125 | 103 |
| Binary | 10101111 | 11110010 | 1100010 | 11100 | 0 | 111100 | 101 | 1011000 | 1010101 | 1000011 |
Color Harmonies of #AFF262
Complementary color
Monochromatic Colors of #AFF262
Black with #AFF262
Text Example
Text Example
White with #AFF262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF262; }
p { color: rgb(175,242,98); }
H1.HeaderClassName
{
color: #AFF262;
}
.AnyTagClassName
{
color: #AFF262;
}
</style>
background-color css
<style>
a { background-color: #AFF262; }
a { background-color: rgb(175,242,98); }
div.DivClassName
{
background-color: #AFF262;
}
.BgClassName
{
background-color: #AFF262;
}
</style>
border-color css
<style>
span { border-color: #AFF262; }
span { border-color: rgb(175,242,98); }
td.TdClassName
{
border-color: #AFF262;
}
.TagClassName
{
border-color: #AFF262;
}
</style>