#A0E546

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

Shades of Conifer #A0E546

Tints of Conifer #A0E546

Color information

#A0E546 (or 0xA0E546) is unknown color: approx Conifer. HEX triplet: A0, E5 and 46. RGB value is (160,229,70). Sum of RGB (Red+Green+Blue) = 160+229+70=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 229 (89.84% from 255 or 49.89% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E546 is #5F1AB9. Grayscale: #BEBEBE. Windows color (decimal): -6232762 or 4646304. OLE color: 4646304.

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

Color convert

RGB16022970-
CMYK0.3000.690.10
HSL86.04º75.36%58.63%-
HSV(B)86.04º69.43%89.8%-
XYZ43.6263.9515.84-
YUV190.2460.14106.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 229 (89.84% from 255) = 49.89%
BLUE value IS 70 (27.73% from 255) = 15.25%
R=34.86%
G=49.89%
B=15.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal160229700.3000.690.1086.0475.3658.63
HexA0E5461E045A564b3b
Octal2403451063601051212611373
Binary101000001110010110001101111001000101101010101101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E546; }

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

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

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

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

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

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

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

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