#A0E54A

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

Shades of Conifer #A0E54A

Tints of Conifer #A0E54A

Color information

#A0E54A (or 0xA0E54A) is unknown color: approx Conifer. HEX triplet: A0, E5 and 4A. RGB value is (160,229,74). Sum of RGB (Red+Green+Blue) = 160+229+74=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E54A is #5F1AB5. Grayscale: #BFBFBF. Windows color (decimal): -6232758 or 4908448. OLE color: 4908448.

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

Color convert

RGB16022974-
CMYK0.3000.680.10
HSL86.71º74.88%59.41%-
HSV(B)86.71º67.69%89.8%-
XYZ43.7564.0116.53-
YUV190.762.14106.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.56%
GREEN value IS 229 (89.84% from 255) = 49.46%
BLUE value IS 74 (29.30% from 255) = 15.98%
R=34.56%
G=49.46%
B=15.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal160229740.3000.680.1086.7174.8859.41
HexA0E54A1E044A574b3b
Octal2403451123601041212711373
Binary101000001110010110010101111001000100101010101111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E54A; }

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

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

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

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

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

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

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

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