Html Css Color HEX #ADDB86 Feijoa

📋 copy color: '#ADDB86'

red 173 ◦ green 219 ◦ blue 134

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

Shades of Feijoa #ADDB86

Tints of Feijoa #ADDB86

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.63%

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

R = 32.89%
G = 41.63%
B = 25.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#ADDB86 (or 0xADDB86) is known color: Feijoa. HEX triplet: AD, DB and 86. RGB value is (173,219,134). Sum of RGB (Red+Green+Blue) = 173+219+134=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDB86 is #522479. Grayscale: #C3C3C3. Windows color (decimal): -5383290 or 8838061. OLE color: 8838061.

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

Color convert

RGB 173 219 134 -
CMYK 0.21 0 0.39 0.14
HSL 92.47º 0.54% 0.69% -
HSV(B) 92.47º 0.39% 0.86% -
XYZ 46.87 61.27 31.91 -
YUV 195.56 93.26 111.91 -
System Red Green Blue C M Y K H S L
Decimal 173 219 134 0.21 0 0.39 0.14 92.47 0.54 0.69
Hex AD DB 86 15 0 27 E 5C 36 45
Octal 255 333 206 25 0 47 16 134 66 105
Binary 10101101 11011011 10000110 10101 0 100111 1110 1011100 110110 1000101

Color Harmonies of #ADDB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB86

Black with #ADDB86

Text Example


Text Example

White with #ADDB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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