Shades of Conifer #A3F463
Tints of Conifer #A3F463
RGB
CMYK
RGB Variations
Color information
#A3F463 (or 0xA3F463) is known color: Conifer. HEX triplet: A3, F4 and 63. RGB value is (163,244,99). Sum of RGB (Red+Green+Blue) = 163+244+99=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 244 (95.70% from 255 or 48.22% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 244 - color contains mainly: green. Hex color #A3F463 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F463 is #5C0B9C. Grayscale: #CBCBCB. Windows color (decimal): -6032285 or 6550691. OLE color: 6550691.
HSL color Cylindrical-coordinate representation of color #A3F463: hue angle of 93.52º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A3F463 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 244 | 99 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.04 |
| HSL | 93.52º | 0.87% | 0.67% | - |
| HSV(B) | 93.52º | 0.59% | 0.96% | - |
| XYZ | 49.71 | 73.39 | 23.35 | - |
| YUV | 203.25 | 69.16 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 244 | 99 | 0.33 | 0 | 0.59 | 0.04 | 93.52 | 0.87 | 0.67 |
| Hex | A3 | F4 | 63 | 21 | 0 | 3B | 4 | 5E | 57 | 43 |
| Octal | 243 | 364 | 143 | 41 | 0 | 73 | 4 | 136 | 127 | 103 |
| Binary | 10100011 | 11110100 | 1100011 | 100001 | 0 | 111011 | 100 | 1011110 | 1010111 | 1000011 |
Color Harmonies of #A3F463
Complementary color
Monochromatic Colors of #A3F463
Black with #A3F463
Text Example
Text Example
White with #A3F463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F463; }
p { color: rgb(163,244,99); }
H1.HeaderClassName
{
color: #A3F463;
}
.AnyTagClassName
{
color: #A3F463;
}
</style>
background-color css
<style>
a { background-color: #A3F463; }
a { background-color: rgb(163,244,99); }
div.DivClassName
{
background-color: #A3F463;
}
.BgClassName
{
background-color: #A3F463;
}
</style>
border-color css
<style>
span { border-color: #A3F463; }
span { border-color: rgb(163,244,99); }
td.TdClassName
{
border-color: #A3F463;
}
.TagClassName
{
border-color: #A3F463;
}
</style>