#A4DB70

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

Shades of Feijoa #A4DB70

Tints of Feijoa #A4DB70

Color information

#A4DB70 (or 0xA4DB70) is unknown color: approx Feijoa. HEX triplet: A4, DB and 70. RGB value is (164,219,112). Sum of RGB (Red+Green+Blue) = 164+219+112=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DB70 is #5B248F. Grayscale: #BEBEBE. Windows color (decimal): -5973136 or 7396260. OLE color: 7396260.

HSL color Cylindrical-coordinate representation of color #A4DB70: hue angle of 90.84º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4DB70 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB164219112-
CMYK0.2500.490.14
HSL90.84º59.78%64.9%-
HSV(B)90.84º48.86%85.88%-
XYZ43.5759.7324.56-
YUV190.3683.78109.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.13%
GREEN value IS 219 (85.94% from 255) = 44.24%
BLUE value IS 112 (44.14% from 255) = 22.63%
R=33.13%
G=44.24%
B=22.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1642191120.2500.490.1490.8459.7864.9
HexA4DB7019031E5b3c41
Octal244333160310611613374101
Binary10100100110110111110000110010110001111010110111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DB70; }

 p { color: rgb(164,219,112); }

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

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

 a { background-color: rgb(164,219,112); }

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

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

 span { border-color: rgb(164,219,112); }

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