#A4D377

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

Shades of Feijoa #A4D377

Tints of Feijoa #A4D377

Color information

#A4D377 (or 0xA4D377) is unknown color: approx Feijoa. HEX triplet: A4, D3 and 77. RGB value is (164,211,119). Sum of RGB (Red+Green+Blue) = 164+211+119=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D377 is #5B2C88. Grayscale: #BABABA. Windows color (decimal): -5975177 or 7852964. OLE color: 7852964.

HSL color Cylindrical-coordinate representation of color #A4D377: hue angle of 90.65º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4D377 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB164211119-
CMYK0.2200.440.17
HSL90.65º51.11%64.71%-
HSV(B)90.65º43.6%82.75%-
XYZ41.9355.8126.02-
YUV186.4689.93111.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 211 (82.81% from 255) = 42.71%
BLUE value IS 119 (46.88% from 255) = 24.09%
R=33.20%
G=42.71%
B=24.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1642111190.2200.440.1790.6551.1164.71
HexA4D3771602C115b3341
Octal244323167260542113363101
Binary101001001101001111101111011001011001000110110111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D377; }

 p { color: rgb(164,211,119); }

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

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

 a { background-color: rgb(164,211,119); }

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

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

 span { border-color: rgb(164,211,119); }

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