#a7ea6f

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

Shades of Feijoa #A7EA6F

Tints of Feijoa #A7EA6F

Color information

#A7EA6F (or 0xA7EA6F) is unknown color: approx Feijoa. HEX triplet: A7, EA and 6F. RGB value is (167,234,111). Sum of RGB (Red+Green+Blue) = 167+234+111=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #A7EA6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7EA6F is #581590. Grayscale: #C8C8C8. Windows color (decimal): -5772689 or 7334567. OLE color: 7334567.

HSL color Cylindrical-coordinate representation of color #A7EA6F: hue angle of 92.68º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A7EA6F is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB167234111-
CMYK0.2900.530.08
HSL92.68º74.55%67.65%-
HSV(B)92.68º52.56%91.76%-
XYZ48.2368.2125.66-
YUV199.9477.8104.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 234 (91.80% from 255) = 45.70%
BLUE value IS 111 (43.75% from 255) = 21.68%
R=32.62%
G=45.70%
B=21.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1672341110.2900.530.0892.6874.5567.65
HexA7EA6F1D03585d4b44
Octal2473521573506510135113104
Binary101001111110101011011111110101101011000101110110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7ea6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7ea6f; }

 p { color: rgb(167,234,111); }

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

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

 a { background-color: rgb(167,234,111); }

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

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

 span { border-color: rgb(167,234,111); }

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