#a0e34d

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

Shades of Conifer #A0E34D

Tints of Conifer #A0E34D

Color information

#A0E34D (or 0xA0E34D) is unknown color: approx Conifer. HEX triplet: A0, E3 and 4D. RGB value is (160,227,77). Sum of RGB (Red+Green+Blue) = 160+227+77=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 227 (89.06% from 255 or 48.92% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E34D is #5F1CB2. Grayscale: #BEBEBE. Windows color (decimal): -6233267 or 5104544. OLE color: 5104544.

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

Color convert

RGB16022777-
CMYK0.3000.660.11
HSL86.8º72.82%59.61%-
HSV(B)86.8º66.08%89.02%-
XYZ43.3162.9516.89-
YUV189.8764.3106.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 227 (89.06% from 255) = 48.92%
BLUE value IS 77 (30.47% from 255) = 16.59%
R=34.48%
G=48.92%
B=16.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal160227770.3000.660.1186.872.8259.61
HexA0E34D1E042B57493c
Octal2403431153601021312711174
Binary101000001110001110011011111001000010101110101111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0e34d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0e34d; }

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

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

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

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

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

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

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

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