#A3E85B

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

Shades of Conifer #A3E85B

Tints of Conifer #A3E85B

Color information

#A3E85B (or 0xA3E85B) is unknown color: approx Conifer. HEX triplet: A3, E8 and 5B. RGB value is (163,232,91). Sum of RGB (Red+Green+Blue) = 163+232+91=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 232 - color contains mainly: green. Hex color #A3E85B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3E85B is #5C17A4. Grayscale: #C3C3C3. Windows color (decimal): -6035365 or 6023331. OLE color: 6023331.

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

Color convert

RGB16323291-
CMYK0.3000.610.09
HSL89.36º75.4%63.33%-
HSV(B)89.36º60.78%90.98%-
XYZ45.8566.2620.27-
YUV195.369.14104.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.54%
GREEN value IS 232 (91.02% from 255) = 47.74%
BLUE value IS 91 (35.94% from 255) = 18.72%
R=33.54%
G=47.74%
B=18.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal163232910.3000.610.0989.3675.463.33
HexA3E85B1E03D9594b3f
Octal243350133360751113111377
Binary10100011111010001011011111100111101100110110011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E85B; }

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

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

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

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

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

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

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

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