#ADD081

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

Shades of Feijoa #ADD081

Tints of Feijoa #ADD081

Color information

#ADD081 (or 0xADD081) is unknown color: approx Feijoa. HEX triplet: AD, D0 and 81. RGB value is (173,208,129). Sum of RGB (Red+Green+Blue) = 173+208+129=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD081 is #522F7E. Grayscale: #BCBCBC. Windows color (decimal): -5386111 or 8507565. OLE color: 8507565.

HSL color Cylindrical-coordinate representation of color #ADD081: hue angle of 86.58º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADD081 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB173208129-
CMYK0.1700.380.18
HSL86.58º45.66%66.08%-
HSV(B)86.58º37.98%81.57%-
XYZ43.7555.5829.19-
YUV188.5394.4116.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 208 (81.64% from 255) = 40.78%
BLUE value IS 129 (50.78% from 255) = 25.29%
R=33.92%
G=40.78%
B=25.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732081290.1700.380.1886.5845.6666.08
HexADD0811102612572e42
Octal255320201210462212756102
Binary1010110111010000100000011000101001101001010101111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD081; }

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

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

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

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

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

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

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

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