Shades of Conifer #A3ED50
Tints of Conifer #A3ED50
RGB
CMYK
RGB Variations
Color information
#A3ED50 (or 0xA3ED50) is known color: Conifer. HEX triplet: A3, ED and 50. RGB value is (163,237,80). Sum of RGB (Red+Green+Blue) = 163+237+80=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 237 (92.97% from 255 or 49.38% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 237 - color contains mainly: green. Hex color #A3ED50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3ED50 is #5C12AF. Grayscale: #C5C5C5. Windows color (decimal): -6034096 or 5303715. OLE color: 5303715.
HSL color Cylindrical-coordinate representation of color #A3ED50: hue angle of 88.28º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3ED50 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 237 | 80 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.07 |
| HSL | 88.28º | 0.81% | 0.62% | - |
| HSV(B) | 88.28º | 0.66% | 0.93% | - |
| XYZ | 46.84 | 68.93 | 18.43 | - |
| YUV | 196.98 | 61.98 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 237 | 80 | 0.31 | 0 | 0.66 | 0.07 | 88.28 | 0.81 | 0.62 |
| Hex | A3 | ED | 50 | 1F | 0 | 42 | 7 | 58 | 51 | 3E |
| Octal | 243 | 355 | 120 | 37 | 0 | 102 | 7 | 130 | 121 | 76 |
| Binary | 10100011 | 11101101 | 1010000 | 11111 | 0 | 1000010 | 111 | 1011000 | 1010001 | 111110 |
Color Harmonies of #A3ED50
Complementary color
Monochromatic Colors of #A3ED50
Black with #A3ED50
Text Example
Text Example
White with #A3ED50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ED50; }
p { color: rgb(163,237,80); }
H1.HeaderClassName
{
color: #A3ED50;
}
.AnyTagClassName
{
color: #A3ED50;
}
</style>
background-color css
<style>
a { background-color: #A3ED50; }
a { background-color: rgb(163,237,80); }
div.DivClassName
{
background-color: #A3ED50;
}
.BgClassName
{
background-color: #A3ED50;
}
</style>
border-color css
<style>
span { border-color: #A3ED50; }
span { border-color: rgb(163,237,80); }
td.TdClassName
{
border-color: #A3ED50;
}
.TagClassName
{
border-color: #A3ED50;
}
</style>