Html Css Color HEX #ADD976 Feijoa

📋 copy color: '#ADD976'

red 173 ◦ green 217 ◦ blue 118

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

Shades of Feijoa #ADD976

Tints of Feijoa #ADD976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.23%

R = 34.06%
G = 42.72%
B = 23.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#ADD976 (or 0xADD976) is known color: Feijoa. HEX triplet: AD, D9 and 76. RGB value is (173,217,118). Sum of RGB (Red+Green+Blue) = 173+217+118=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD976 is #522689. Grayscale: #C0C0C0. Windows color (decimal): -5383818 or 7788973. OLE color: 7788973.

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

Color convert

RGB 173 217 118 -
CMYK 0.20 0 0.46 0.15
HSL 86.67º 0.57% 0.66% -
HSV(B) 86.67º 0.46% 0.85% -
XYZ 45.32 59.82 26.3 -
YUV 192.56 85.92 114.05 -
System Red Green Blue C M Y K H S L
Decimal 173 217 118 0.20 0 0.46 0.15 86.67 0.57 0.66
Hex AD D9 76 14 0 2E F 57 39 42
Octal 255 331 166 24 0 56 17 127 71 102
Binary 10101101 11011001 1110110 10100 0 101110 1111 1010111 111001 1000010

Color Harmonies of #ADD976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD976

Black with #ADD976

Text Example


Text Example

White with #ADD976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD976; }

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

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

background-color css

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

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

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

border-color css

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

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

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