Html Css Color HEX #ADDA86 Feijoa

📋 copy color: '#ADDA86'

red 173 ◦ green 218 ◦ blue 134

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

Shades of Feijoa #ADDA86

Tints of Feijoa #ADDA86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.52%

R = 32.95%
G = 41.52%
B = 25.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#ADDA86 (or 0xADDA86) is known color: Feijoa. HEX triplet: AD, DA and 86. RGB value is (173,218,134). Sum of RGB (Red+Green+Blue) = 173+218+134=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDA86 is #522579. Grayscale: #C3C3C3. Windows color (decimal): -5383546 or 8837805. OLE color: 8837805.

HSL color Cylindrical-coordinate representation of color #ADDA86: hue angle of 92.14º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADDA86 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 218 134 -
CMYK 0.21 0 0.39 0.15
HSL 92.14º 0.53% 0.69% -
HSV(B) 92.14º 0.39% 0.85% -
XYZ 46.61 60.75 31.82 -
YUV 194.97 93.59 112.33 -
System Red Green Blue C M Y K H S L
Decimal 173 218 134 0.21 0 0.39 0.15 92.14 0.53 0.69
Hex AD DA 86 15 0 27 F 5C 35 45
Octal 255 332 206 25 0 47 17 134 65 105
Binary 10101101 11011010 10000110 10101 0 100111 1111 1011100 110101 1000101

Color Harmonies of #ADDA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDA86

Black with #ADDA86

Text Example


Text Example

White with #ADDA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDA86; }

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

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

background-color css

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

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

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

border-color css

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

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

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