#A3F45C

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

Shades of Conifer #A3F45C

Tints of Conifer #A3F45C

Color information

#A3F45C (or 0xA3F45C) is unknown color: approx Conifer. HEX triplet: A3, F4 and 5C. RGB value is (163,244,92). Sum of RGB (Red+Green+Blue) = 163+244+92=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 244 (95.70% from 255 or 48.90% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 244 - color contains mainly: green. Hex color #A3F45C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F45C is #5C0BA3. Grayscale: #CACACA. Windows color (decimal): -6032292 or 6091939. OLE color: 6091939.

HSL color Cylindrical-coordinate representation of color #A3F45C: hue angle of 91.97º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A3F45C is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB16324492-
CMYK0.3300.620.04
HSL91.97º87.36%65.88%-
HSV(B)91.97º62.3%95.69%-
XYZ49.3973.2621.66-
YUV202.4565.6699.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.67%
GREEN value IS 244 (95.70% from 255) = 48.90%
BLUE value IS 92 (36.33% from 255) = 18.44%
R=32.67%
G=48.90%
B=18.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal163244920.3300.620.0491.9787.3665.88
HexA3F45C2103E45c5742
Octal243364134410764134127102
Binary101000111111010010111001000010111110100101110010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F45C; }

 p { color: rgb(163,244,92); }

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

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

 a { background-color: rgb(163,244,92); }

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

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

 span { border-color: rgb(163,244,92); }

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