#A2F07F

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

Shades of Feijoa #A2F07F

Tints of Feijoa #A2F07F

Color information

#A2F07F (or 0xA2F07F) is unknown color: approx Feijoa. HEX triplet: A2, F0 and 7F. RGB value is (162,240,127). Sum of RGB (Red+Green+Blue) = 162+240+127=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F07F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F07F is #5D0F80. Grayscale: #CCCCCC. Windows color (decimal): -6098817 or 8384674. OLE color: 8384674.

HSL color Cylindrical-coordinate representation of color #A2F07F: hue angle of 101.42º 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 #A2F07F is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB162240127-
CMYK0.3200.470.06
HSL101.42º79.02%71.96%-
HSV(B)101.42º47.08%94.12%-
XYZ49.8971.5331.26-
YUV203.884.6698.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.62%
GREEN value IS 240 (94.14% from 255) = 45.37%
BLUE value IS 127 (50% from 255) = 24.01%
R=30.62%
G=45.37%
B=24.01%

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
Decimal1622401270.3200.470.06101.4279.0271.96
HexA2F07F2002F6654f48
Octal242360177400576145117110
Binary101000101111000011111111000000101111110110010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F07F; }

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

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

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

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

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

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

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

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