#A7ED85

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

Shades of Feijoa #A7ED85

Tints of Feijoa #A7ED85

Color information

#A7ED85 (or 0xA7ED85) is unknown color: approx Feijoa. HEX triplet: A7, ED and 85. RGB value is (167,237,133). Sum of RGB (Red+Green+Blue) = 167+237+133=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #A7ED85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7ED85 is #58127A. Grayscale: #CCCCCC. Windows color (decimal): -5771899 or 8777127. OLE color: 8777127.

HSL color Cylindrical-coordinate representation of color #A7ED85: hue angle of 100.38º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7ED85 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB167237133-
CMYK0.3000.440.07
HSL100.38º74.29%72.55%-
HSV(B)100.38º43.88%92.94%-
XYZ50.4570.4833.13-
YUV204.2187.81101.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.10%
GREEN value IS 237 (92.97% from 255) = 44.13%
BLUE value IS 133 (52.34% from 255) = 24.77%
R=31.10%
G=44.13%
B=24.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1672371330.3000.440.07100.3874.2972.55
HexA7ED851E02C7644a49
Octal247355205360547144112111
Binary101001111110110110000101111100101100111110010010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ED85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ED85; }

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

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

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

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

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

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

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

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