#A4E66B

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

Shades of Feijoa #A4E66B

Tints of Feijoa #A4E66B

Color information

#A4E66B (or 0xA4E66B) is unknown color: approx Feijoa. HEX triplet: A4, E6 and 6B. RGB value is (164,230,107). Sum of RGB (Red+Green+Blue) = 164+230+107=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 230 (90.23% from 255 or 45.91% from 501); Blue value is 107 (42.19% from 255 or 21.36% from 501); Max value from RGB is 230 - color contains mainly: green. Hex color #A4E66B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4E66B is #5B1994. Grayscale: #C4C4C4. Windows color (decimal): -5970325 or 7071396. OLE color: 7071396.

HSL color Cylindrical-coordinate representation of color #A4E66B: hue angle of 92.2º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A4E66B is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB164230107-
CMYK0.2900.530.10
HSL92.2º71.1%66.08%-
HSV(B)92.2º53.48%90.2%-
XYZ46.2665.5524.12-
YUV196.2477.63105-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.73%
GREEN value IS 230 (90.23% from 255) = 45.91%
BLUE value IS 107 (42.19% from 255) = 21.36%
R=32.73%
G=45.91%
B=21.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1642301070.2900.530.1092.271.166.08
HexA4E66B1D035A5c4742
Octal2443461533506512134107102
Binary101001001110011011010111110101101011010101110010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E66B; }

 p { color: rgb(164,230,107); }

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

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

 a { background-color: rgb(164,230,107); }

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

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

 span { border-color: rgb(164,230,107); }

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