#ADDF80

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

Shades of Feijoa #ADDF80

Tints of Feijoa #ADDF80

Color information

#ADDF80 (or 0xADDF80) is unknown color: approx Feijoa. HEX triplet: AD, DF and 80. RGB value is (173,223,128). Sum of RGB (Red+Green+Blue) = 173+223+128=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDF80 is #52207F. Grayscale: #C5C5C5. Windows color (decimal): -5382272 or 8445869. OLE color: 8445869.

HSL color Cylindrical-coordinate representation of color #ADDF80: hue angle of 91.58º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADDF80 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB173223128-
CMYK0.2200.430.13
HSL91.58º59.75%68.82%-
HSV(B)91.58º42.6%87.45%-
XYZ47.5263.2230.12-
YUV197.2288.94110.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 223 (87.5% from 255) = 42.56%
BLUE value IS 128 (50.39% from 255) = 24.43%
R=33.02%
G=42.56%
B=24.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732231280.2200.430.1391.5859.7568.82
HexADDF801602BD5c3c45
Octal255337200260531513474105
Binary101011011101111110000000101100101011110110111001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDF80; }

 p { color: rgb(173,223,128); }

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

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

 a { background-color: rgb(173,223,128); }

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

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

 span { border-color: rgb(173,223,128); }

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