#A4D07B

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

Shades of Feijoa #A4D07B

Tints of Feijoa #A4D07B

Color information

#A4D07B (or 0xA4D07B) is unknown color: approx Feijoa. HEX triplet: A4, D0 and 7B. RGB value is (164,208,123). Sum of RGB (Red+Green+Blue) = 164+208+123=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D07B is #5B2F84. Grayscale: #B9B9B9. Windows color (decimal): -5975941 or 8114340. OLE color: 8114340.

HSL color Cylindrical-coordinate representation of color #A4D07B: hue angle of 91.06º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4D07B is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB164208123-
CMYK0.2100.410.18
HSL91.06º47.49%64.9%-
HSV(B)91.06º40.87%81.57%-
XYZ41.4454.4327.06-
YUV185.1592.92112.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.13%
GREEN value IS 208 (81.64% from 255) = 42.02%
BLUE value IS 123 (48.44% from 255) = 24.85%
R=33.13%
G=42.02%
B=24.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1642081230.2100.410.1891.0647.4964.9
HexA4D07B15029125b2f41
Octal244320173250512213357101
Binary101001001101000011110111010101010011001010110111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D07B; }

 p { color: rgb(164,208,123); }

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

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

 a { background-color: rgb(164,208,123); }

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

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

 span { border-color: rgb(164,208,123); }

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