#A3F75A

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

Shades of Conifer #A3F75A

Tints of Conifer #A3F75A

Color information

#A3F75A (or 0xA3F75A) is unknown color: approx Conifer. HEX triplet: A3, F7 and 5A. RGB value is (163,247,90). Sum of RGB (Red+Green+Blue) = 163+247+90=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 247 (96.88% from 255 or 49.4% from 500); Blue value is 90 (35.55% from 255 or 18% from 500); Max value from RGB is 247 - color contains mainly: green. Hex color #A3F75A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F75A is #5C08A5. Grayscale: #CCCCCC. Windows color (decimal): -6031526 or 5961635. OLE color: 5961635.

HSL color Cylindrical-coordinate representation of color #A3F75A: hue angle of 92.1º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3F75A is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB16324790-
CMYK0.3400.640.03
HSL92.1º90.75%66.08%-
HSV(B)92.1º63.56%96.86%-
XYZ50.2175.0521.51-
YUV203.9963.6798.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.6%
GREEN value IS 247 (96.88% from 255) = 49.4%
BLUE value IS 90 (35.55% from 255) = 18%
R=32.6%
G=49.4%
B=18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal163247900.3400.640.0392.190.7566.08
HexA3F75A2204035c5b42
Octal2433671324201003134133102
Binary101000111111011110110101000100100000011101110010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F75A; }

 p { color: rgb(163,247,90); }

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

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

 a { background-color: rgb(163,247,90); }

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

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

 span { border-color: rgb(163,247,90); }

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