#A8EF7A

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

Shades of Feijoa #A8EF7A

Tints of Feijoa #A8EF7A

Color information

#A8EF7A (or 0xA8EF7A) is unknown color: approx Feijoa. HEX triplet: A8, EF and 7A. RGB value is (168,239,122). Sum of RGB (Red+Green+Blue) = 168+239+122=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EF7A is #571085. Grayscale: #CCCCCC. Windows color (decimal): -5705862 or 8056744. OLE color: 8056744.

HSL color Cylindrical-coordinate representation of color #A8EF7A: hue angle of 96.41º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8EF7A is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB168239122-
CMYK0.3000.490.06
HSL96.41º78.52%70.78%-
HSV(B)96.41º48.95%93.73%-
XYZ50.5371.4629.54-
YUV204.4381.48102.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.76%
GREEN value IS 239 (93.75% from 255) = 45.18%
BLUE value IS 122 (48.05% from 255) = 23.06%
R=31.76%
G=45.18%
B=23.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1682391220.3000.490.0696.4178.5270.78
HexA8EF7A1E0316604f47
Octal250357172360616140117107
Binary10101000111011111111010111100110001110110000010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EF7A; }

 p { color: rgb(168,239,122); }

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

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

 a { background-color: rgb(168,239,122); }

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

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

 span { border-color: rgb(168,239,122); }

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