Shades of Conifer #A3F053
Tints of Conifer #A3F053
RGB
CMYK
RGB Variations
Color information
#A3F053 (or 0xA3F053) is known color: Conifer. HEX triplet: A3, F0 and 53. RGB value is (163,240,83). Sum of RGB (Red+Green+Blue) = 163+240+83=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 83 (32.81% from 255 or 17.08% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #A3F053 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F053 is #5C0FAC. Grayscale: #C7C7C7. Windows color (decimal): -6033325 or 5501091. OLE color: 5501091.
HSL color Cylindrical-coordinate representation of color #A3F053: hue angle of 89.43º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3F053 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 240 | 83 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.06 |
| HSL | 89.43º | 0.84% | 0.63% | - |
| HSV(B) | 89.43º | 0.65% | 0.94% | - |
| XYZ | 47.83 | 70.73 | 19.32 | - |
| YUV | 199.08 | 62.49 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 240 | 83 | 0.32 | 0 | 0.65 | 0.06 | 89.43 | 0.84 | 0.63 |
| Hex | A3 | F0 | 53 | 20 | 0 | 41 | 6 | 59 | 54 | 3F |
| Octal | 243 | 360 | 123 | 40 | 0 | 101 | 6 | 131 | 124 | 77 |
| Binary | 10100011 | 11110000 | 1010011 | 100000 | 0 | 1000001 | 110 | 1011001 | 1010100 | 111111 |
Color Harmonies of #A3F053
Complementary color
Monochromatic Colors of #A3F053
Black with #A3F053
Text Example
Text Example
White with #A3F053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F053; }
p { color: rgb(163,240,83); }
H1.HeaderClassName
{
color: #A3F053;
}
.AnyTagClassName
{
color: #A3F053;
}
</style>
background-color css
<style>
a { background-color: #A3F053; }
a { background-color: rgb(163,240,83); }
div.DivClassName
{
background-color: #A3F053;
}
.BgClassName
{
background-color: #A3F053;
}
</style>
border-color css
<style>
span { border-color: #A3F053; }
span { border-color: rgb(163,240,83); }
td.TdClassName
{
border-color: #A3F053;
}
.TagClassName
{
border-color: #A3F053;
}
</style>