#A3E85D

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

Shades of Conifer #A3E85D

Tints of Conifer #A3E85D

Color information

#A3E85D (or 0xA3E85D) is unknown color: approx Conifer. HEX triplet: A3, E8 and 5D. RGB value is (163,232,93). Sum of RGB (Red+Green+Blue) = 163+232+93=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 232 (91.02% from 255 or 47.54% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 232 - color contains mainly: green. Hex color #A3E85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3E85D is #5C17A2. Grayscale: #C4C4C4. Windows color (decimal): -6035363 or 6154403. OLE color: 6154403.

HSL color Cylindrical-coordinate representation of color #A3E85D: hue angle of 89.78º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A3E85D is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB16323293-
CMYK0.3000.600.09
HSL89.78º75.14%63.73%-
HSV(B)89.78º59.91%90.98%-
XYZ45.9466.2920.73-
YUV195.5270.14104.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.40%
GREEN value IS 232 (91.02% from 255) = 47.54%
BLUE value IS 93 (36.72% from 255) = 19.06%
R=33.40%
G=47.54%
B=19.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal163232930.3000.600.0989.7875.1463.73
HexA3E85D1E03C95a4b40
Octal2433501353607411132113100
Binary101000111110100010111011111001111001001101101010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E85D; }

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

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

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

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

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

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

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

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