#A7E08A

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

Shades of Feijoa #A7E08A

Tints of Feijoa #A7E08A

Color information

#A7E08A (or 0xA7E08A) is unknown color: approx Feijoa. HEX triplet: A7, E0 and 8A. RGB value is (167,224,138). Sum of RGB (Red+Green+Blue) = 167+224+138=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #A7E08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7E08A is #581F75. Grayscale: #C5C5C5. Windows color (decimal): -5775222 or 9101479. OLE color: 9101479.

HSL color Cylindrical-coordinate representation of color #A7E08A: hue angle of 99.77º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7E08A is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB167224138-
CMYK0.2500.380.12
HSL99.77º58.11%70.98%-
HSV(B)99.77º38.39%87.84%-
XYZ47.1863.3633.79-
YUV197.1594.62106.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.57%
GREEN value IS 224 (87.89% from 255) = 42.34%
BLUE value IS 138 (54.30% from 255) = 26.09%
R=31.57%
G=42.34%
B=26.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1672241380.2500.380.1299.7758.1170.98
HexA7E08A19026C643a47
Octal247340212310461414472107
Binary101001111110000010001010110010100110110011001001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E08A; }

 p { color: rgb(167,224,138); }

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

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

 a { background-color: rgb(167,224,138); }

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

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

 span { border-color: rgb(167,224,138); }

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