Html Css Color HEX #ADDD96 Feijoa

📋 copy color: '#ADDD96'

red 173 ◦ green 221 ◦ blue 150

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

Shades of Feijoa #ADDD96

Tints of Feijoa #ADDD96

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.63%

 BLUE value IS 150 (58.98% from 255) = 27.57%

R = 31.8%
G = 40.63%
B = 27.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#ADDD96 (or 0xADDD96) is known color: Feijoa. HEX triplet: AD, DD and 96. RGB value is (173,221,150). Sum of RGB (Red+Green+Blue) = 173+221+150=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDD96 is #522269. Grayscale: #C6C6C6. Windows color (decimal): -5382762 or 9887149. OLE color: 9887149.

HSL color Cylindrical-coordinate representation of color #ADDD96: hue angle of 100.56º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADDD96 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 221 150 -
CMYK 0.22 0 0.32 0.13
HSL 100.56º 0.51% 0.73% -
HSV(B) 100.56º 0.32% 0.87% -
XYZ 48.6 62.8 38.41 -
YUV 198.55 100.6 109.77 -
System Red Green Blue C M Y K H S L
Decimal 173 221 150 0.22 0 0.32 0.13 100.56 0.51 0.73
Hex AD DD 96 16 0 20 D 65 33 49
Octal 255 335 226 26 0 40 15 145 63 111
Binary 10101101 11011101 10010110 10110 0 100000 1101 1100101 110011 1001001

Color Harmonies of #ADDD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDD96

Black with #ADDD96

Text Example


Text Example

White with #ADDD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDD96; }

 p { color: rgb(173,221,150); }

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

background-color css

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

 a { background-color: rgb(173,221,150); }

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

border-color css

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

 span { border-color: rgb(173,221,150); }

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