Shades of Conifer #A3E265
Tints of Conifer #A3E265
RGB
CMYK
RGB Variations
Color information
#A3E265 (or 0xA3E265) is known color: Conifer. HEX triplet: A3, E2 and 65. RGB value is (163,226,101). Sum of RGB (Red+Green+Blue) = 163+226+101=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 101 (39.84% from 255 or 20.61% from 490); Max value from RGB is 226 - color contains mainly: green. Hex color #A3E265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E265 is #5C1D9A. Grayscale: #C1C1C1. Windows color (decimal): -6036891 or 6677155. OLE color: 6677155.
HSL color Cylindrical-coordinate representation of color #A3E265: hue angle of 90.24º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3E265 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 226 | 101 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.11 |
| HSL | 90.24º | 0.68% | 0.64% | - |
| HSV(B) | 90.24º | 0.55% | 0.89% | - |
| XYZ | 44.65 | 63.12 | 22.14 | - |
| YUV | 192.91 | 76.13 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 226 | 101 | 0.28 | 0 | 0.55 | 0.11 | 90.24 | 0.68 | 0.64 |
| Hex | A3 | E2 | 65 | 1C | 0 | 37 | B | 5A | 44 | 40 |
| Octal | 243 | 342 | 145 | 34 | 0 | 67 | 13 | 132 | 104 | 100 |
| Binary | 10100011 | 11100010 | 1100101 | 11100 | 0 | 110111 | 1011 | 1011010 | 1000100 | 1000000 |
Color Harmonies of #A3E265
Complementary color
Monochromatic Colors of #A3E265
Black with #A3E265
Text Example
Text Example
White with #A3E265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E265; }
p { color: rgb(163,226,101); }
H1.HeaderClassName
{
color: #A3E265;
}
.AnyTagClassName
{
color: #A3E265;
}
</style>
background-color css
<style>
a { background-color: #A3E265; }
a { background-color: rgb(163,226,101); }
div.DivClassName
{
background-color: #A3E265;
}
.BgClassName
{
background-color: #A3E265;
}
</style>
border-color css
<style>
span { border-color: #A3E265; }
span { border-color: rgb(163,226,101); }
td.TdClassName
{
border-color: #A3E265;
}
.TagClassName
{
border-color: #A3E265;
}
</style>