Html Css Color HEX #ADD794 Feijoa

📋 copy color: '#ADD794'

red 173 ◦ green 215 ◦ blue 148

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

Shades of Feijoa #ADD794

Tints of Feijoa #ADD794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.61%

R = 32.28%
G = 40.11%
B = 27.61%

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

#ADD794 (or 0xADD794) is known color: Feijoa. HEX triplet: AD, D7 and 94. RGB value is (173,215,148). Sum of RGB (Red+Green+Blue) = 173+215+148=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD794 is #52286B. Grayscale: #C3C3C3. Windows color (decimal): -5384300 or 9754541. OLE color: 9754541.

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

Color convert

RGB 173 215 148 -
CMYK 0.20 0 0.31 0.16
HSL 97.61º 0.46% 0.71% -
HSV(B) 97.61º 0.31% 0.84% -
XYZ 46.88 59.62 37.05 -
YUV 194.8 101.59 112.45 -
System Red Green Blue C M Y K H S L
Decimal 173 215 148 0.20 0 0.31 0.16 97.61 0.46 0.71
Hex AD D7 94 14 0 1F 10 62 2E 47
Octal 255 327 224 24 0 37 20 142 56 107
Binary 10101101 11010111 10010100 10100 0 11111 10000 1100010 101110 1000111

Color Harmonies of #ADD794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD794

Black with #ADD794

Text Example


Text Example

White with #ADD794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD794; }

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

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

background-color css

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

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

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

border-color css

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

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

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