#A0E156

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

Shades of Conifer #A0E156

Tints of Conifer #A0E156

Color information

#A0E156 (or 0xA0E156) is unknown color: approx Conifer. HEX triplet: A0, E1 and 56. RGB value is (160,225,86). Sum of RGB (Red+Green+Blue) = 160+225+86=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E156 is #5F1EA9. Grayscale: #BEBEBE. Windows color (decimal): -6233770 or 5693856. OLE color: 5693856.

HSL color Cylindrical-coordinate representation of color #A0E156: hue angle of 88.06º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0E156 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB16022586-
CMYK0.2900.620.12
HSL88.06º69.85%60.98%-
HSV(B)88.06º61.78%88.24%-
XYZ43.16218.5-
YUV189.7269.47106.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.97%
GREEN value IS 225 (88.28% from 255) = 47.77%
BLUE value IS 86 (33.98% from 255) = 18.26%
R=33.97%
G=47.77%
B=18.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal160225860.2900.620.1288.0669.8560.98
HexA0E1561D03EC58463d
Octal240341126350761413010675
Binary10100000111000011010110111010111110110010110001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E156; }

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

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

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

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

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

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

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

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