#A3FD69

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

Shades of Feijoa #A3FD69

Tints of Feijoa #A3FD69

Color information

#A3FD69 (or 0xA3FD69) is unknown color: approx Feijoa. HEX triplet: A3, FD and 69. RGB value is (163,253,105). Sum of RGB (Red+Green+Blue) = 163+253+105=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #A3FD69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3FD69 is #5C0296. Grayscale: #D1D1D1. Windows color (decimal): -6029975 or 6946211. OLE color: 6946211.

HSL color Cylindrical-coordinate representation of color #A3FD69: hue angle of 96.49º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A3FD69 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB163253105-
CMYK0.3600.580.01
HSL96.49º97.37%70.2%-
HSV(B)96.49º58.5%99.22%-
XYZ52.7879.0625.84-
YUV209.2269.1895.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.29%
GREEN value IS 253 (99.22% from 255) = 48.56%
BLUE value IS 105 (41.41% from 255) = 20.15%
R=31.29%
G=48.56%
B=20.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1632531050.3600.580.0196.4997.3770.2
HexA3FD692403A1606146
Octal243375151440721140141106
Binary1010001111111101110100110010001110101110000011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FD69; }

 p { color: rgb(163,253,105); }

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

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

 a { background-color: rgb(163,253,105); }

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

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

 span { border-color: rgb(163,253,105); }

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