Html Css Color HEX #ADD895 Feijoa

📋 copy color: '#ADD895'

red 173 ◦ green 216 ◦ blue 149

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

Shades of Feijoa #ADD895

Tints of Feijoa #ADD895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.7%

R = 32.16%
G = 40.15%
B = 27.7%

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

#ADD895 (or 0xADD895) is known color: Feijoa. HEX triplet: AD, D8 and 95. RGB value is (173,216,149). Sum of RGB (Red+Green+Blue) = 173+216+149=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD895 is #52276A. Grayscale: #C3C3C3. Windows color (decimal): -5384043 or 9820333. OLE color: 9820333.

HSL color Cylindrical-coordinate representation of color #ADD895: hue angle of 98.51º 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 #ADD895 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 216 149 -
CMYK 0.20 0 0.31 0.15
HSL 98.51º 0.46% 0.72% -
HSV(B) 98.51º 0.31% 0.85% -
XYZ 47.21 60.17 37.56 -
YUV 195.51 101.75 111.95 -
System Red Green Blue C M Y K H S L
Decimal 173 216 149 0.20 0 0.31 0.15 98.51 0.46 0.72
Hex AD D8 95 14 0 1F F 63 2E 48
Octal 255 330 225 24 0 37 17 143 56 110
Binary 10101101 11011000 10010101 10100 0 11111 1111 1100011 101110 1001000

Color Harmonies of #ADD895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD895

Black with #ADD895

Text Example


Text Example

White with #ADD895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD895; }

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

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

background-color css

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

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

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

border-color css

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

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

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