Html Css Color HEX #ADDE96 Feijoa

📋 copy color: '#ADDE96'

red 173 ◦ green 222 ◦ blue 150

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

Shades of Feijoa #ADDE96

Tints of Feijoa #ADDE96

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.73%

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

R = 31.74%
G = 40.73%
B = 27.52%

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

#ADDE96 (or 0xADDE96) is known color: Feijoa. HEX triplet: AD, DE and 96. RGB value is (173,222,150). Sum of RGB (Red+Green+Blue) = 173+222+150=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDE96 is #522169. Grayscale: #C7C7C7. Windows color (decimal): -5382506 or 9887405. OLE color: 9887405.

HSL color Cylindrical-coordinate representation of color #ADDE96: hue angle of 100.83º degrees, saturation: 0.52, 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 #ADDE96 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 222 150 -
CMYK 0.22 0 0.32 0.13
HSL 100.83º 0.52% 0.73% -
HSV(B) 100.83º 0.32% 0.87% -
XYZ 48.86 63.33 38.5 -
YUV 199.14 100.27 109.35 -
System Red Green Blue C M Y K H S L
Decimal 173 222 150 0.22 0 0.32 0.13 100.83 0.52 0.73
Hex AD DE 96 16 0 20 D 65 34 49
Octal 255 336 226 26 0 40 15 145 64 111
Binary 10101101 11011110 10010110 10110 0 100000 1101 1100101 110100 1001001

Color Harmonies of #ADDE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDE96

Black with #ADDE96

Text Example


Text Example

White with #ADDE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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