Html Css Color HEX #ADD997 Feijoa

📋 copy color: '#ADD997'

red 173 ◦ green 217 ◦ blue 151

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

Shades of Feijoa #ADD997

Tints of Feijoa #ADD997

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.11%

 BLUE value IS 151 (59.38% from 255) = 27.91%

R = 31.98%
G = 40.11%
B = 27.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#ADD997 (or 0xADD997) is known color: Feijoa. HEX triplet: AD, D9 and 97. RGB value is (173,217,151). Sum of RGB (Red+Green+Blue) = 173+217+151=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 151 (59.38% from 255 or 27.91% from 541); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD997 is #522668. Grayscale: #C4C4C4. Windows color (decimal): -5383785 or 9951661. OLE color: 9951661.

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

Color convert

RGB 173 217 151 -
CMYK 0.20 0 0.30 0.15
HSL 100º 0.46% 0.72% -
HSV(B) 100º 0.3% 0.85% -
XYZ 47.63 60.74 38.49 -
YUV 196.32 102.42 111.37 -
System Red Green Blue C M Y K H S L
Decimal 173 217 151 0.20 0 0.30 0.15 100 0.46 0.72
Hex AD D9 97 14 0 1E F 64 2E 48
Octal 255 331 227 24 0 36 17 144 56 110
Binary 10101101 11011001 10010111 10100 0 11110 1111 1100100 101110 1001000

Color Harmonies of #ADD997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD997

Black with #ADD997

Text Example


Text Example

White with #ADD997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD997; }

 p { color: rgb(173,217,151); }

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

background-color css

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

 a { background-color: rgb(173,217,151); }

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

border-color css

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

 span { border-color: rgb(173,217,151); }

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