#A7E085

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

Shades of Feijoa #A7E085

Tints of Feijoa #A7E085

Color information

#A7E085 (or 0xA7E085) is unknown color: approx Feijoa. HEX triplet: A7, E0 and 85. RGB value is (167,224,133). Sum of RGB (Red+Green+Blue) = 167+224+133=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #A7E085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7E085 is #581F7A. Grayscale: #C4C4C4. Windows color (decimal): -5775227 or 8773799. OLE color: 8773799.

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

Color convert

RGB167224133-
CMYK0.2500.410.12
HSL97.58º59.48%70%-
HSV(B)97.58º40.62%87.84%-
XYZ46.8363.2231.93-
YUV196.5892.12106.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.87%
GREEN value IS 224 (87.89% from 255) = 42.75%
BLUE value IS 133 (52.34% from 255) = 25.38%
R=31.87%
G=42.75%
B=25.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1672241330.2500.410.1297.5859.4870
HexA7E08519029C623b46
Octal247340205310511414273106
Binary101001111110000010000101110010101001110011000101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E085; }

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

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

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

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

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

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

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

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