#A3F07F

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

Shades of Feijoa #A3F07F

Tints of Feijoa #A3F07F

Color information

#A3F07F (or 0xA3F07F) is unknown color: approx Feijoa. HEX triplet: A3, F0 and 7F. RGB value is (163,240,127). Sum of RGB (Red+Green+Blue) = 163+240+127=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #A3F07F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F07F is #5C0F80. Grayscale: #CCCCCC. Windows color (decimal): -6033281 or 8384675. OLE color: 8384675.

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

Color convert

RGB163240127-
CMYK0.3200.470.06
HSL100.88º79.02%71.96%-
HSV(B)100.88º47.08%94.12%-
XYZ50.171.6431.27-
YUV204.184.4998.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.75%
GREEN value IS 240 (94.14% from 255) = 45.28%
BLUE value IS 127 (50% from 255) = 23.96%
R=30.75%
G=45.28%
B=23.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1632401270.3200.470.06100.8879.0271.96
HexA3F07F2002F6654f48
Octal243360177400576145117110
Binary101000111111000011111111000000101111110110010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F07F; }

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

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

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

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

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

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

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

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