Html Css Color HEX #ADD974 Feijoa

📋 copy color: '#ADD974'

red 173 ◦ green 217 ◦ blue 116

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

Shades of Feijoa #ADD974

Tints of Feijoa #ADD974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.92%

R = 34.19%
G = 42.89%
B = 22.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#ADD974 (or 0xADD974) is known color: Feijoa. HEX triplet: AD, D9 and 74. RGB value is (173,217,116). Sum of RGB (Red+Green+Blue) = 173+217+116=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD974 is #52268B. Grayscale: #C0C0C0. Windows color (decimal): -5383820 or 7657901. OLE color: 7657901.

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

Color convert

RGB 173 217 116 -
CMYK 0.20 0 0.47 0.15
HSL 86.14º 0.57% 0.65% -
HSV(B) 86.14º 0.47% 0.85% -
XYZ 45.2 59.77 25.68 -
YUV 192.33 84.92 114.21 -
System Red Green Blue C M Y K H S L
Decimal 173 217 116 0.20 0 0.47 0.15 86.14 0.57 0.65
Hex AD D9 74 14 0 2F F 56 39 41
Octal 255 331 164 24 0 57 17 126 71 101
Binary 10101101 11011001 1110100 10100 0 101111 1111 1010110 111001 1000001

Color Harmonies of #ADD974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD974

Black with #ADD974

Text Example


Text Example

White with #ADD974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD974; }

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

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

background-color css

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

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

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

border-color css

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

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

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