Shades of Conifer #A3F455
Tints of Conifer #A3F455
RGB
CMYK
RGB Variations
Color information
#A3F455 (or 0xA3F455) is known color: Conifer. HEX triplet: A3, F4 and 55. RGB value is (163,244,85). Sum of RGB (Red+Green+Blue) = 163+244+85=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 244 (95.70% from 255 or 49.59% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 244 - color contains mainly: green. Hex color #A3F455 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F455 is #5C0BAA. Grayscale: #CACACA. Windows color (decimal): -6032299 or 5633187. OLE color: 5633187.
HSL color Cylindrical-coordinate representation of color #A3F455: hue angle of 90.57º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3F455 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 244 | 85 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.04 |
| HSL | 90.57º | 0.88% | 0.65% | - |
| HSV(B) | 90.57º | 0.65% | 0.96% | - |
| XYZ | 49.09 | 73.14 | 20.12 | - |
| YUV | 201.66 | 62.16 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 244 | 85 | 0.33 | 0 | 0.65 | 0.04 | 90.57 | 0.88 | 0.65 |
| Hex | A3 | F4 | 55 | 21 | 0 | 41 | 4 | 5B | 58 | 41 |
| Octal | 243 | 364 | 125 | 41 | 0 | 101 | 4 | 133 | 130 | 101 |
| Binary | 10100011 | 11110100 | 1010101 | 100001 | 0 | 1000001 | 100 | 1011011 | 1011000 | 1000001 |
Color Harmonies of #A3F455
Complementary color
Monochromatic Colors of #A3F455
Black with #A3F455
Text Example
Text Example
White with #A3F455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F455; }
p { color: rgb(163,244,85); }
H1.HeaderClassName
{
color: #A3F455;
}
.AnyTagClassName
{
color: #A3F455;
}
</style>
background-color css
<style>
a { background-color: #A3F455; }
a { background-color: rgb(163,244,85); }
div.DivClassName
{
background-color: #A3F455;
}
.BgClassName
{
background-color: #A3F455;
}
</style>
border-color css
<style>
span { border-color: #A3F455; }
span { border-color: rgb(163,244,85); }
td.TdClassName
{
border-color: #A3F455;
}
.TagClassName
{
border-color: #A3F455;
}
</style>