#A4D681

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

Shades of Feijoa #A4D681

Tints of Feijoa #A4D681

Color information

#A4D681 (or 0xA4D681) is unknown color: approx Feijoa. HEX triplet: A4, D6 and 81. RGB value is (164,214,129). Sum of RGB (Red+Green+Blue) = 164+214+129=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D681 is #5B297E. Grayscale: #BDBDBD. Windows color (decimal): -5974399 or 8509092. OLE color: 8509092.

HSL color Cylindrical-coordinate representation of color #A4D681: hue angle of 95.29º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4D681 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB164214129-
CMYK0.2300.400.16
HSL95.29º50.9%67.25%-
HSV(B)95.29º39.72%83.92%-
XYZ43.3257.5729.6-
YUV189.3693.94109.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.35%
GREEN value IS 214 (83.98% from 255) = 42.21%
BLUE value IS 129 (50.78% from 255) = 25.44%
R=32.35%
G=42.21%
B=25.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1642141290.2300.400.1695.2950.967.25
HexA4D68117028105f3343
Octal244326201270502013763103
Binary1010010011010110100000011011101010001000010111111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D681; }

 p { color: rgb(164,214,129); }

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

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

 a { background-color: rgb(164,214,129); }

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

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

 span { border-color: rgb(164,214,129); }

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