Html Css Color HEX #ADD980 Feijoa

📋 copy color: '#ADD980'

red 173 ◦ green 217 ◦ blue 128

#ADD980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #ADD980

Tints of Feijoa #ADD980

RGB

 RED value IS 173 (67.97% from 255) = 33.4%

 GREEN value IS 217 (85.16% from 255) = 41.89%

 BLUE value IS 128 (50.39% from 255) = 24.71%

R = 33.4%
G = 41.89%
B = 24.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#ADD980 (or 0xADD980) is known color: Feijoa. HEX triplet: AD, D9 and 80. RGB value is (173,217,128). Sum of RGB (Red+Green+Blue) = 173+217+128=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD980 is #52267F. Grayscale: #C2C2C2. Windows color (decimal): -5383808 or 8444333. OLE color: 8444333.

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

Color convert

RGB 173 217 128 -
CMYK 0.20 0 0.41 0.15
HSL 89.66º 0.54% 0.68% -
HSV(B) 89.66º 0.41% 0.85% -
XYZ 45.94 60.07 29.6 -
YUV 193.7 90.92 113.24 -
System Red Green Blue C M Y K H S L
Decimal 173 217 128 0.20 0 0.41 0.15 89.66 0.54 0.68
Hex AD D9 80 14 0 29 F 5A 36 44
Octal 255 331 200 24 0 51 17 132 66 104
Binary 10101101 11011001 10000000 10100 0 101001 1111 1011010 110110 1000100

Color Harmonies of #ADD980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD980

Black with #ADD980

Text Example


Text Example

White with #ADD980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD980; }

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

 H1.HeaderClassName
 {
   color: #ADD980;
 }
 .AnyTagClassName
 {
   color: #ADD980;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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