Html Css Color HEX #ADD971 Feijoa

📋 copy color: '#ADD971'

red 173 ◦ green 217 ◦ blue 113

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

Shades of Feijoa #ADD971

Tints of Feijoa #ADD971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.47%

R = 34.39%
G = 43.14%
B = 22.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#ADD971 (or 0xADD971) is known color: Feijoa. HEX triplet: AD, D9 and 71. RGB value is (173,217,113). Sum of RGB (Red+Green+Blue) = 173+217+113=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD971 is #52268E. Grayscale: #C0C0C0. Windows color (decimal): -5383823 or 7461293. OLE color: 7461293.

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

Color convert

RGB 173 217 113 -
CMYK 0.20 0 0.48 0.15
HSL 85.38º 0.58% 0.65% -
HSV(B) 85.38º 0.48% 0.85% -
XYZ 45.03 59.7 24.77 -
YUV 191.99 83.42 114.46 -
System Red Green Blue C M Y K H S L
Decimal 173 217 113 0.20 0 0.48 0.15 85.38 0.58 0.65
Hex AD D9 71 14 0 30 F 55 3A 41
Octal 255 331 161 24 0 60 17 125 72 101
Binary 10101101 11011001 1110001 10100 0 110000 1111 1010101 111010 1000001

Color Harmonies of #ADD971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD971

Black with #ADD971

Text Example


Text Example

White with #ADD971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD971; }

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

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

background-color css

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

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

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

border-color css

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

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

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