#A0E355

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

Shades of Conifer #A0E355

Tints of Conifer #A0E355

Color information

#A0E355 (or 0xA0E355) is unknown color: approx Conifer. HEX triplet: A0, E3 and 55. RGB value is (160,227,85). Sum of RGB (Red+Green+Blue) = 160+227+85=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 227 (89.06% from 255 or 48.09% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E355 is #5F1CAA. Grayscale: #BFBFBF. Windows color (decimal): -6233259 or 5628832. OLE color: 5628832.

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

Color convert

RGB16022785-
CMYK0.3000.630.11
HSL88.31º71.72%61.18%-
HSV(B)88.31º62.56%89.02%-
XYZ43.6163.0718.47-
YUV190.7868.3106.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.90%
GREEN value IS 227 (89.06% from 255) = 48.09%
BLUE value IS 85 (33.59% from 255) = 18.01%
R=33.90%
G=48.09%
B=18.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal160227850.3000.630.1188.3171.7261.18
HexA0E3551E03FB58483d
Octal240343125360771313011075
Binary10100000111000111010101111100111111101110110001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E355; }

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

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

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

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

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

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

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

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