#A4D38A

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

Shades of Feijoa #A4D38A

Tints of Feijoa #A4D38A

Color information

#A4D38A (or 0xA4D38A) is unknown color: approx Feijoa. HEX triplet: A4, D3 and 8A. RGB value is (164,211,138). Sum of RGB (Red+Green+Blue) = 164+211+138=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D38A is #5B2C75. Grayscale: #BCBCBC. Windows color (decimal): -5975158 or 9098148. OLE color: 9098148.

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

Color convert

RGB164211138-
CMYK0.2200.350.17
HSL98.63º45.34%68.43%-
HSV(B)98.63º34.6%82.75%-
XYZ43.1956.3232.64-
YUV188.6299.43110.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.97%
GREEN value IS 211 (82.81% from 255) = 41.13%
BLUE value IS 138 (54.30% from 255) = 26.90%
R=31.97%
G=41.13%
B=26.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1642111380.2200.350.1798.6345.3468.43
HexA4D38A1602311632d44
Octal244323212260432114355104
Binary1010010011010011100010101011001000111000111000111011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D38A; }

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

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

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

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

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

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

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

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