#A3F975

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

Shades of Feijoa #A3F975

Tints of Feijoa #A3F975

Color information

#A3F975 (or 0xA3F975) is unknown color: approx Feijoa. HEX triplet: A3, F9 and 75. RGB value is (163,249,117). Sum of RGB (Red+Green+Blue) = 163+249+117=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #A3F975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F975 is #5C068A. Grayscale: #D0D0D0. Windows color (decimal): -6030987 or 7731619. OLE color: 7731619.

HSL color Cylindrical-coordinate representation of color #A3F975: hue angle of 99.09º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3F975 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB163249117-
CMYK0.3500.530.02
HSL99.09º91.67%71.76%-
HSV(B)99.09º53.01%97.65%-
XYZ52.1976.8228.91-
YUV208.2476.5195.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.81%
GREEN value IS 249 (97.66% from 255) = 47.07%
BLUE value IS 117 (46.09% from 255) = 22.12%
R=30.81%
G=47.07%
B=22.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1632491170.3500.530.0299.0991.6771.76
HexA3F975230352635c48
Octal243371165430652143134110
Binary10100011111110011110101100011011010110110001110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F975; }

 p { color: rgb(163,249,117); }

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

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

 a { background-color: rgb(163,249,117); }

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

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

 span { border-color: rgb(163,249,117); }

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