Shades of Conifer #A3F262
Tints of Conifer #A3F262
RGB
CMYK
RGB Variations
Color information
#A3F262 (or 0xA3F262) is known color: Conifer. HEX triplet: A3, F2 and 62. RGB value is (163,242,98). Sum of RGB (Red+Green+Blue) = 163+242+98=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 98 (38.67% from 255 or 19.48% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #A3F262 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F262 is #5C0D9D. Grayscale: #CACACA. Windows color (decimal): -6032798 or 6484643. OLE color: 6484643.
HSL color Cylindrical-coordinate representation of color #A3F262: hue angle of 92.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 #A3F262 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 242 | 98 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.05 |
| HSL | 92.92º | 0.85% | 0.67% | - |
| HSV(B) | 92.92º | 0.6% | 0.95% | - |
| XYZ | 49.06 | 72.17 | 22.9 | - |
| YUV | 201.96 | 69.33 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 242 | 98 | 0.33 | 0 | 0.60 | 0.05 | 92.92 | 0.85 | 0.67 |
| Hex | A3 | F2 | 62 | 21 | 0 | 3C | 5 | 5D | 55 | 43 |
| Octal | 243 | 362 | 142 | 41 | 0 | 74 | 5 | 135 | 125 | 103 |
| Binary | 10100011 | 11110010 | 1100010 | 100001 | 0 | 111100 | 101 | 1011101 | 1010101 | 1000011 |
Color Harmonies of #A3F262
Complementary color
Monochromatic Colors of #A3F262
Black with #A3F262
Text Example
Text Example
White with #A3F262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F262; }
p { color: rgb(163,242,98); }
H1.HeaderClassName
{
color: #A3F262;
}
.AnyTagClassName
{
color: #A3F262;
}
</style>
background-color css
<style>
a { background-color: #A3F262; }
a { background-color: rgb(163,242,98); }
div.DivClassName
{
background-color: #A3F262;
}
.BgClassName
{
background-color: #A3F262;
}
</style>
border-color css
<style>
span { border-color: #A3F262; }
span { border-color: rgb(163,242,98); }
td.TdClassName
{
border-color: #A3F262;
}
.TagClassName
{
border-color: #A3F262;
}
</style>