#ADD881

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

Shades of Feijoa #ADD881

Tints of Feijoa #ADD881

Color information

#ADD881 (or 0xADD881) is unknown color: approx Feijoa. HEX triplet: AD, D8 and 81. RGB value is (173,216,129). Sum of RGB (Red+Green+Blue) = 173+216+129=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD881 is #52277E. Grayscale: #C1C1C1. Windows color (decimal): -5384063 or 8509613. OLE color: 8509613.

HSL color Cylindrical-coordinate representation of color #ADD881: hue angle of 89.66º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADD881 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB173216129-
CMYK0.2000.400.15
HSL89.66º52.73%67.65%-
HSV(B)89.66º40.28%84.71%-
XYZ45.7559.5829.86-
YUV193.2291.75113.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 216 (84.77% from 255) = 41.70%
BLUE value IS 129 (50.78% from 255) = 24.90%
R=33.40%
G=41.70%
B=24.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732161290.2000.400.1589.6652.7367.65
HexADD88114028F5a3544
Octal255330201240501713265104
Binary101011011101100010000001101000101000111110110101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD881; }

 p { color: rgb(173,216,129); }

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

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

 a { background-color: rgb(173,216,129); }

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

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

 span { border-color: rgb(173,216,129); }

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