Html Css Color HEX #ADD896 Feijoa

📋 copy color: '#ADD896'

red 173 ◦ green 216 ◦ blue 150

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

Shades of Feijoa #ADD896

Tints of Feijoa #ADD896

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.07%

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

R = 32.1%
G = 40.07%
B = 27.83%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#ADD896 (or 0xADD896) is known color: Feijoa. HEX triplet: AD, D8 and 96. RGB value is (173,216,150). Sum of RGB (Red+Green+Blue) = 173+216+150=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD896 is #522769. Grayscale: #C3C3C3. Windows color (decimal): -5384042 or 9885869. OLE color: 9885869.

HSL color Cylindrical-coordinate representation of color #ADD896: hue angle of 99.09º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADD896 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 216 150 -
CMYK 0.20 0 0.31 0.15
HSL 99.09º 0.46% 0.72% -
HSV(B) 99.09º 0.31% 0.85% -
XYZ 47.29 60.2 37.98 -
YUV 195.62 102.25 111.87 -
System Red Green Blue C M Y K H S L
Decimal 173 216 150 0.20 0 0.31 0.15 99.09 0.46 0.72
Hex AD D8 96 14 0 1F F 63 2E 48
Octal 255 330 226 24 0 37 17 143 56 110
Binary 10101101 11011000 10010110 10100 0 11111 1111 1100011 101110 1001000

Color Harmonies of #ADD896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD896

Black with #ADD896

Text Example


Text Example

White with #ADD896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD896; }

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

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

background-color css

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

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

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

border-color css

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

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

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