#A3F864

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

Shades of Conifer #A3F864

Tints of Conifer #A3F864

Color information

#A3F864 (or 0xA3F864) is unknown color: approx Conifer. HEX triplet: A3, F8 and 64. RGB value is (163,248,100). Sum of RGB (Red+Green+Blue) = 163+248+100=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 248 (97.27% from 255 or 48.53% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 248 - color contains mainly: green. Hex color #A3F864 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F864 is #5C079B. Grayscale: #CECECE. Windows color (decimal): -6031260 or 6617251. OLE color: 6617251.

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

Color convert

RGB163248100-
CMYK0.3400.600.03
HSL94.46º91.36%68.24%-
HSV(B)94.46º59.68%97.25%-
XYZ50.9775.8424.01-
YUV205.7168.3497.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.90%
GREEN value IS 248 (97.27% from 255) = 48.53%
BLUE value IS 100 (39.45% from 255) = 19.57%
R=31.90%
G=48.53%
B=19.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1632481000.3400.600.0394.4691.3668.24
HexA3F8642203C35e5b44
Octal243370144420743136133104
Binary10100011111110001100100100010011110011101111010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F864; }

 p { color: rgb(163,248,100); }

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

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

 a { background-color: rgb(163,248,100); }

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

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

 span { border-color: rgb(163,248,100); }

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