#A3E45D

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

Shades of Conifer #A3E45D

Tints of Conifer #A3E45D

Color information

#A3E45D (or 0xA3E45D) is unknown color: approx Conifer. HEX triplet: A3, E4 and 5D. RGB value is (163,228,93). Sum of RGB (Red+Green+Blue) = 163+228+93=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 228 (89.45% from 255 or 47.11% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 228 - color contains mainly: green. Hex color #A3E45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E45D is #5C1BA2. Grayscale: #C1C1C1. Windows color (decimal): -6036387 or 6153379. OLE color: 6153379.

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

Color convert

RGB16322893-
CMYK0.2900.590.11
HSL88.89º71.43%62.94%-
HSV(B)88.89º59.21%89.41%-
XYZ44.8264.0620.36-
YUV193.1871.47106.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.68%
GREEN value IS 228 (89.45% from 255) = 47.11%
BLUE value IS 93 (36.72% from 255) = 19.21%
R=33.68%
G=47.11%
B=19.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal163228930.2900.590.1188.8971.4362.94
HexA3E45D1D03BB59473f
Octal243344135350731313110777
Binary10100011111001001011101111010111011101110110011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E45D; }

 p { color: rgb(163,228,93); }

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

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

 a { background-color: rgb(163,228,93); }

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

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

 span { border-color: rgb(163,228,93); }

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