#A3F083

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

Shades of Feijoa #A3F083

Tints of Feijoa #A3F083

Color information

#A3F083 (or 0xA3F083) is unknown color: approx Feijoa. HEX triplet: A3, F0 and 83. RGB value is (163,240,131). Sum of RGB (Red+Green+Blue) = 163+240+131=534 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.52% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 131 (51.56% from 255 or 24.53% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #A3F083 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3F083 is #5C0F7C. Grayscale: #CCCCCC. Windows color (decimal): -6033277 or 8646819. OLE color: 8646819.

HSL color Cylindrical-coordinate representation of color #A3F083: hue angle of 102.39º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A3F083 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB163240131-
CMYK0.3200.450.06
HSL102.39º78.42%72.75%-
HSV(B)102.39º45.42%94.12%-
XYZ50.3671.7532.67-
YUV204.5586.4998.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.52%
GREEN value IS 240 (94.14% from 255) = 44.94%
BLUE value IS 131 (51.56% from 255) = 24.53%
R=30.52%
G=44.94%
B=24.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1632401310.3200.450.06102.3978.4272.75
HexA3F0832002D6664e49
Octal243360203400556146116111
Binary1010001111110000100000111000000101101110110011010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F083; }

 p { color: rgb(163,240,131); }

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

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

 a { background-color: rgb(163,240,131); }

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

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

 span { border-color: rgb(163,240,131); }

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