#A3E155

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

Shades of Conifer #A3E155

Tints of Conifer #A3E155

Color information

#A3E155 (or 0xA3E155) is unknown color: approx Conifer. HEX triplet: A3, E1 and 55. RGB value is (163,225,85). Sum of RGB (Red+Green+Blue) = 163+225+85=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 85 (33.59% from 255 or 17.97% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E155 is #5C1EAA. Grayscale: #BFBFBF. Windows color (decimal): -6037163 or 5628323. OLE color: 5628323.

HSL color Cylindrical-coordinate representation of color #A3E155: hue angle of 86.57º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A3E155 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB16322585-
CMYK0.2800.620.12
HSL86.57º70%60.78%-
HSV(B)86.57º62.22%88.24%-
XYZ43.6762.2918.32-
YUV190.568.46108.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.46%
GREEN value IS 225 (88.28% from 255) = 47.57%
BLUE value IS 85 (33.59% from 255) = 17.97%
R=34.46%
G=47.57%
B=17.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal163225850.2800.620.1286.577060.78
HexA3E1551C03EC57463d
Octal243341125340761412710675
Binary10100011111000011010101111000111110110010101111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E155; }

 p { color: rgb(163,225,85); }

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

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

 a { background-color: rgb(163,225,85); }

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

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

 span { border-color: rgb(163,225,85); }

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