Html Css Color HEX #ADDA76 Feijoa

📋 copy color: '#ADDA76'

red 173 ◦ green 218 ◦ blue 118

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

Shades of Feijoa #ADDA76

Tints of Feijoa #ADDA76

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.83%

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

R = 33.99%
G = 42.83%
B = 23.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#ADDA76 (or 0xADDA76) is known color: Feijoa. HEX triplet: AD, DA and 76. RGB value is (173,218,118). Sum of RGB (Red+Green+Blue) = 173+218+118=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA76 is #522589. Grayscale: #C1C1C1. Windows color (decimal): -5383562 or 7789229. OLE color: 7789229.

HSL color Cylindrical-coordinate representation of color #ADDA76: hue angle of 87º 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 #ADDA76 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 218 118 -
CMYK 0.21 0 0.46 0.15
HSL 87º 0.57% 0.66% -
HSV(B) 87º 0.46% 0.85% -
XYZ 45.58 60.34 26.38 -
YUV 193.15 85.59 113.63 -
System Red Green Blue C M Y K H S L
Decimal 173 218 118 0.21 0 0.46 0.15 87 0.57 0.66
Hex AD DA 76 15 0 2E F 57 39 42
Octal 255 332 166 25 0 56 17 127 71 102
Binary 10101101 11011010 1110110 10101 0 101110 1111 1010111 111001 1000010

Color Harmonies of #ADDA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDA76

Black with #ADDA76

Text Example


Text Example

White with #ADDA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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