Shades of Conifer #A3F355
Tints of Conifer #A3F355
RGB
CMYK
RGB Variations
Color information
#A3F355 (or 0xA3F355) is known color: Conifer. HEX triplet: A3, F3 and 55. RGB value is (163,243,85). Sum of RGB (Red+Green+Blue) = 163+243+85=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #A3F355 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F355 is #5C0CAA. Grayscale: #C9C9C9. Windows color (decimal): -6032555 or 5632931. OLE color: 5632931.
HSL color Cylindrical-coordinate representation of color #A3F355: hue angle of 90.38º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3F355 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 243 | 85 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.05 |
| HSL | 90.38º | 0.87% | 0.64% | - |
| HSV(B) | 90.38º | 0.65% | 0.95% | - |
| XYZ | 48.79 | 72.54 | 20.02 | - |
| YUV | 201.07 | 62.5 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 243 | 85 | 0.33 | 0 | 0.65 | 0.05 | 90.38 | 0.87 | 0.64 |
| Hex | A3 | F3 | 55 | 21 | 0 | 41 | 5 | 5A | 57 | 40 |
| Octal | 243 | 363 | 125 | 41 | 0 | 101 | 5 | 132 | 127 | 100 |
| Binary | 10100011 | 11110011 | 1010101 | 100001 | 0 | 1000001 | 101 | 1011010 | 1010111 | 1000000 |
Color Harmonies of #A3F355
Complementary color
Monochromatic Colors of #A3F355
Black with #A3F355
Text Example
Text Example
White with #A3F355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F355; }
p { color: rgb(163,243,85); }
H1.HeaderClassName
{
color: #A3F355;
}
.AnyTagClassName
{
color: #A3F355;
}
</style>
background-color css
<style>
a { background-color: #A3F355; }
a { background-color: rgb(163,243,85); }
div.DivClassName
{
background-color: #A3F355;
}
.BgClassName
{
background-color: #A3F355;
}
</style>
border-color css
<style>
span { border-color: #A3F355; }
span { border-color: rgb(163,243,85); }
td.TdClassName
{
border-color: #A3F355;
}
.TagClassName
{
border-color: #A3F355;
}
</style>