#A0E356

Color #A0E356 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A0E356

Tints of Conifer #A0E356

Color information

#A0E356 (or 0xA0E356) is unknown color: approx Conifer. HEX triplet: A0, E3 and 56. RGB value is (160,227,86). Sum of RGB (Red+Green+Blue) = 160+227+86=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 227 (89.06% from 255 or 47.99% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E356 is #5F1CA9. Grayscale: #BFBFBF. Windows color (decimal): -6233258 or 5694368. OLE color: 5694368.

HSL color Cylindrical-coordinate representation of color #A0E356: hue angle of 88.51º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0E356 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB16022786-
CMYK0.3000.620.11
HSL88.51º71.57%61.37%-
HSV(B)88.51º62.11%89.02%-
XYZ43.6563.0818.68-
YUV190.8968.8105.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 33.83%
GREEN value IS 227 (89.06% from 255) = 47.99%
BLUE value IS 86 (33.98% from 255) = 18.18%
R=33.83%
G=47.99%
B=18.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal160227860.3000.620.1188.5171.5761.37
HexA0E3561E03EB59483d
Octal240343126360761313111075
Binary10100000111000111010110111100111110101110110011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E356; }

 p { color: rgb(160,227,86); }

 H1.HeaderClassName
 {
   color: #A0E356;
 }
 .AnyTagClassName
 {
   color: #A0E356;
 }
</style>
background-color css

<style>
 a { background-color: #A0E356; }

 a { background-color: rgb(160,227,86); }

 div.DivClassName
 {
   background-color: #A0E356;
 }
 .BgClassName
 {
   background-color: #A0E356;
 }
</style>
border-color css

<style>
 span { border-color: #A0E356; }

 span { border-color: rgb(160,227,86); }

 td.TdClassName
 {
   border-color: #A0E356;
 }
 .TagClassName
 {
   border-color: #A0E356;
 }
</style>