Html Css Color HEX #ADDC82 Feijoa

📋 copy color: '#ADDC82'

red 173 ◦ green 220 ◦ blue 130

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

Shades of Feijoa #ADDC82

Tints of Feijoa #ADDC82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.86%

R = 33.08%
G = 42.07%
B = 24.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#ADDC82 (or 0xADDC82) is known color: Feijoa. HEX triplet: AD, DC and 82. RGB value is (173,220,130). Sum of RGB (Red+Green+Blue) = 173+220+130=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC82 is #52237D. Grayscale: #C4C4C4. Windows color (decimal): -5383038 or 8576173. OLE color: 8576173.

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

Color convert

RGB 173 220 130 -
CMYK 0.21 0 0.41 0.14
HSL 91.33º 0.56% 0.69% -
HSV(B) 91.33º 0.41% 0.86% -
XYZ 46.86 61.68 30.56 -
YUV 195.69 90.93 111.82 -
System Red Green Blue C M Y K H S L
Decimal 173 220 130 0.21 0 0.41 0.14 91.33 0.56 0.69
Hex AD DC 82 15 0 29 E 5B 38 45
Octal 255 334 202 25 0 51 16 133 70 105
Binary 10101101 11011100 10000010 10101 0 101001 1110 1011011 111000 1000101

Color Harmonies of #ADDC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC82

Black with #ADDC82

Text Example


Text Example

White with #ADDC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC82; }

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

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

background-color css

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

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

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

border-color css

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

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

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