Shades of Conifer #A3F55D
Tints of Conifer #A3F55D
RGB
CMYK
RGB Variations
Color information
#A3F55D (or 0xA3F55D) is known color: Conifer. HEX triplet: A3, F5 and 5D. RGB value is (163,245,93). Sum of RGB (Red+Green+Blue) = 163+245+93=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 245 (96.09% from 255 or 48.90% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 245 - color contains mainly: green. Hex color #A3F55D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F55D is #5C0AA2. Grayscale: #CBCBCB. Windows color (decimal): -6032035 or 6157731. OLE color: 6157731.
HSL color Cylindrical-coordinate representation of color #A3F55D: hue angle of 92.37º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A3F55D is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 245 | 93 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.04 |
| HSL | 92.37º | 0.88% | 0.66% | - |
| HSV(B) | 92.37º | 0.62% | 0.96% | - |
| XYZ | 49.73 | 73.88 | 22 | - |
| YUV | 203.15 | 65.83 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 245 | 93 | 0.33 | 0 | 0.62 | 0.04 | 92.37 | 0.88 | 0.66 |
| Hex | A3 | F5 | 5D | 21 | 0 | 3E | 4 | 5C | 58 | 42 |
| Octal | 243 | 365 | 135 | 41 | 0 | 76 | 4 | 134 | 130 | 102 |
| Binary | 10100011 | 11110101 | 1011101 | 100001 | 0 | 111110 | 100 | 1011100 | 1011000 | 1000010 |
Color Harmonies of #A3F55D
Complementary color
Monochromatic Colors of #A3F55D
Black with #A3F55D
Text Example
Text Example
White with #A3F55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F55D; }
p { color: rgb(163,245,93); }
H1.HeaderClassName
{
color: #A3F55D;
}
.AnyTagClassName
{
color: #A3F55D;
}
</style>
background-color css
<style>
a { background-color: #A3F55D; }
a { background-color: rgb(163,245,93); }
div.DivClassName
{
background-color: #A3F55D;
}
.BgClassName
{
background-color: #A3F55D;
}
</style>
border-color css
<style>
span { border-color: #A3F55D; }
span { border-color: rgb(163,245,93); }
td.TdClassName
{
border-color: #A3F55D;
}
.TagClassName
{
border-color: #A3F55D;
}
</style>