#A3E161

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

Shades of Conifer #A3E161

Tints of Conifer #A3E161

Color information

#A3E161 (or 0xA3E161) is unknown color: approx Conifer. HEX triplet: A3, E1 and 61. RGB value is (163,225,97). Sum of RGB (Red+Green+Blue) = 163+225+97=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E161 is #5C1E9E. Grayscale: #C0C0C0. Windows color (decimal): -6037151 or 6414755. OLE color: 6414755.

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

Color convert

RGB16322597-
CMYK0.2800.570.12
HSL89.06º68.09%63.14%-
HSV(B)89.06º56.89%88.24%-
XYZ44.1962.521.04-
YUV191.8774.46107.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.61%
GREEN value IS 225 (88.28% from 255) = 46.39%
BLUE value IS 97 (38.28% from 255) = 20%
R=33.61%
G=46.39%
B=20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal163225970.2800.570.1289.0668.0963.14
HexA3E1611C039C59443f
Octal243341141340711413110477
Binary10100011111000011100001111000111001110010110011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E161; }

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

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

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

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

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

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

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

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