#A7ED75

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

Shades of Feijoa #A7ED75

Tints of Feijoa #A7ED75

Color information

#A7ED75 (or 0xA7ED75) is unknown color: approx Feijoa. HEX triplet: A7, ED and 75. RGB value is (167,237,117). Sum of RGB (Red+Green+Blue) = 167+237+117=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #A7ED75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7ED75 is #58128A. Grayscale: #CACACA. Windows color (decimal): -5771915 or 7728551. OLE color: 7728551.

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

Color convert

RGB167237117-
CMYK0.3000.510.07
HSL95º76.92%69.41%-
HSV(B)95º50.63%92.94%-
XYZ49.4370.0727.75-
YUV202.3979.81102.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.05%
GREEN value IS 237 (92.97% from 255) = 45.49%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=32.05%
G=45.49%
B=22.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1672371170.3000.510.079576.9269.41
HexA7ED751E03375f4d45
Octal247355165360637137115105
Binary10100111111011011110101111100110011111101111110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ED75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ED75; }

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

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

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

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

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

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

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

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