Html Css Color HEX #ADDC80 Feijoa

📋 copy color: '#ADDC80'

red 173 ◦ green 220 ◦ blue 128

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

Shades of Feijoa #ADDC80

Tints of Feijoa #ADDC80

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.23%

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

R = 33.21%
G = 42.23%
B = 24.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#ADDC80 (or 0xADDC80) is known color: Feijoa. HEX triplet: AD, DC and 80. RGB value is (173,220,128). Sum of RGB (Red+Green+Blue) = 173+220+128=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC80 is #52237F. Grayscale: #C3C3C3. Windows color (decimal): -5383040 or 8445101. OLE color: 8445101.

HSL color Cylindrical-coordinate representation of color #ADDC80: hue angle of 90.65º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADDC80 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 128 -
CMYK 0.21 0 0.42 0.14
HSL 90.65º 0.57% 0.68% -
HSV(B) 90.65º 0.42% 0.86% -
XYZ 46.72 61.63 29.86 -
YUV 195.46 89.93 111.98 -
System Red Green Blue C M Y K H S L
Decimal 173 220 128 0.21 0 0.42 0.14 90.65 0.57 0.68
Hex AD DC 80 15 0 2A E 5B 39 44
Octal 255 334 200 25 0 52 16 133 71 104
Binary 10101101 11011100 10000000 10101 0 101010 1110 1011011 111001 1000100

Color Harmonies of #ADDC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC80

Black with #ADDC80

Text Example


Text Example

White with #ADDC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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