#A8DE71

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

Shades of Feijoa #A8DE71

Tints of Feijoa #A8DE71

Color information

#A8DE71 (or 0xA8DE71) is unknown color: approx Feijoa. HEX triplet: A8, DE and 71. RGB value is (168,222,113). Sum of RGB (Red+Green+Blue) = 168+222+113=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DE71 is #57218E. Grayscale: #C1C1C1. Windows color (decimal): -5710223 or 7462568. OLE color: 7462568.

HSL color Cylindrical-coordinate representation of color #A8DE71: hue angle of 89.72º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8DE71 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB168222113-
CMYK0.2400.490.13
HSL89.72º62.29%65.69%-
HSV(B)89.72º49.1%87.06%-
XYZ45.2561.7625.16-
YUV193.4382.61109.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.40%
GREEN value IS 222 (87.11% from 255) = 44.14%
BLUE value IS 113 (44.53% from 255) = 22.47%
R=33.40%
G=44.14%
B=22.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682221130.2400.490.1389.7262.2965.69
HexA8DE7118031D5a3e42
Octal250336161300611513276102
Binary10101000110111101110001110000110001110110110101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DE71; }

 p { color: rgb(168,222,113); }

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

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

 a { background-color: rgb(168,222,113); }

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

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

 span { border-color: rgb(168,222,113); }

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