#A8EC7D

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

Shades of Feijoa #A8EC7D

Tints of Feijoa #A8EC7D

Color information

#A8EC7D (or 0xA8EC7D) is unknown color: approx Feijoa. HEX triplet: A8, EC and 7D. RGB value is (168,236,125). Sum of RGB (Red+Green+Blue) = 168+236+125=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EC7D is #571382. Grayscale: #CBCBCB. Windows color (decimal): -5706627 or 8252584. OLE color: 8252584.

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

Color convert

RGB168236125-
CMYK0.2900.470.07
HSL96.76º74.5%70.78%-
HSV(B)96.76º47.03%92.55%-
XYZ49.8569.830.25-
YUV203.0183.97103.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.76%
GREEN value IS 236 (92.58% from 255) = 44.61%
BLUE value IS 125 (49.22% from 255) = 23.63%
R=31.76%
G=44.61%
B=23.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1682361250.2900.470.0796.7674.570.78
HexA8EC7D1D02F7614a47
Octal250354175350577141112107
Binary10101000111011001111101111010101111111110000110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EC7D; }

 p { color: rgb(168,236,125); }

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

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

 a { background-color: rgb(168,236,125); }

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

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

 span { border-color: rgb(168,236,125); }

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