#A0E55E

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

Shades of Conifer #A0E55E

Tints of Conifer #A0E55E

Color information

#A0E55E (or 0xA0E55E) is unknown color: approx Conifer. HEX triplet: A0, E5 and 5E. RGB value is (160,229,94). Sum of RGB (Red+Green+Blue) = 160+229+94=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 94 (37.11% from 255 or 19.46% from 483); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E55E is #5F1AA1. Grayscale: #C1C1C1. Windows color (decimal): -6232738 or 6219168. OLE color: 6219168.

HSL color Cylindrical-coordinate representation of color #A0E55E: hue angle of 90.67º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0E55E is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB16022994-
CMYK0.3000.590.10
HSL90.67º72.19%63.33%-
HSV(B)90.67º58.95%89.8%-
XYZ44.5464.3220.66-
YUV192.9872.14104.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 229 (89.84% from 255) = 47.41%
BLUE value IS 94 (37.11% from 255) = 19.46%
R=33.13%
G=47.41%
B=19.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal160229940.3000.590.1090.6772.1963.33
HexA0E55E1E03BA5b483f
Octal240345136360731213311077
Binary10100000111001011011110111100111011101010110111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E55E; }

 p { color: rgb(160,229,94); }

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

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

 a { background-color: rgb(160,229,94); }

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

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

 span { border-color: rgb(160,229,94); }

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