#A7F182

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

Shades of Feijoa #A7F182

Tints of Feijoa #A7F182

Color information

#A7F182 (or 0xA7F182) is unknown color: approx Feijoa. HEX triplet: A7, F1 and 82. RGB value is (167,241,130). Sum of RGB (Red+Green+Blue) = 167+241+130=538 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.04% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #A7F182 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7F182 is #580E7D. Grayscale: #CECECE. Windows color (decimal): -5770878 or 8581543. OLE color: 8581543.

HSL color Cylindrical-coordinate representation of color #A7F182: hue angle of 100º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7F182 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB167241130-
CMYK0.3100.460.05
HSL100º79.86%72.75%-
HSV(B)100º46.06%94.51%-
XYZ51.4272.7432.45-
YUV206.2284.98100.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.04%
GREEN value IS 241 (94.53% from 255) = 44.80%
BLUE value IS 130 (51.17% from 255) = 24.16%
R=31.04%
G=44.80%
B=24.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1672411300.3100.460.0510079.8672.75
HexA7F1821F02E5645049
Octal247361202370565144120111
Binary101001111111000110000010111110101110101110010010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F182; }

 p { color: rgb(167,241,130); }

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

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

 a { background-color: rgb(167,241,130); }

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

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

 span { border-color: rgb(167,241,130); }

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