Html Css Color HEX #ADD795 Feijoa

📋 copy color: '#ADD795'

red 173 ◦ green 215 ◦ blue 149

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

Shades of Feijoa #ADD795

Tints of Feijoa #ADD795

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.04%

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

R = 32.22%
G = 40.04%
B = 27.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#ADD795 (or 0xADD795) is known color: Feijoa. HEX triplet: AD, D7 and 95. RGB value is (173,215,149). Sum of RGB (Red+Green+Blue) = 173+215+149=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD795 is #52286A. Grayscale: #C3C3C3. Windows color (decimal): -5384299 or 9820077. OLE color: 9820077.

HSL color Cylindrical-coordinate representation of color #ADD795: hue angle of 98.18º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADD795 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 215 149 -
CMYK 0.20 0 0.31 0.16
HSL 98.18º 0.45% 0.71% -
HSV(B) 98.18º 0.31% 0.84% -
XYZ 46.96 59.66 37.47 -
YUV 194.92 102.09 112.37 -
System Red Green Blue C M Y K H S L
Decimal 173 215 149 0.20 0 0.31 0.16 98.18 0.45 0.71
Hex AD D7 95 14 0 1F 10 62 2D 47
Octal 255 327 225 24 0 37 20 142 55 107
Binary 10101101 11010111 10010101 10100 0 11111 10000 1100010 101101 1000111

Color Harmonies of #ADD795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD795

Black with #ADD795

Text Example


Text Example

White with #ADD795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD795; }

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

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

background-color css

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

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

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

border-color css

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

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

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