Html Css Color HEX #ADD970 Feijoa

📋 copy color: '#ADD970'

red 173 ◦ green 217 ◦ blue 112

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

Shades of Feijoa #ADD970

Tints of Feijoa #ADD970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.31%

R = 34.46%
G = 43.23%
B = 22.31%

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

#ADD970 (or 0xADD970) is known color: Feijoa. HEX triplet: AD, D9 and 70. RGB value is (173,217,112). Sum of RGB (Red+Green+Blue) = 173+217+112=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD970 is #52268F. Grayscale: #C0C0C0. Windows color (decimal): -5383824 or 7395757. OLE color: 7395757.

HSL color Cylindrical-coordinate representation of color #ADD970: hue angle of 85.14º 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 #ADD970 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 217 112 -
CMYK 0.20 0 0.48 0.15
HSL 85.14º 0.58% 0.65% -
HSV(B) 85.14º 0.48% 0.85% -
XYZ 44.97 59.68 24.48 -
YUV 191.87 82.92 114.54 -
System Red Green Blue C M Y K H S L
Decimal 173 217 112 0.20 0 0.48 0.15 85.14 0.58 0.65
Hex AD D9 70 14 0 30 F 55 3A 41
Octal 255 331 160 24 0 60 17 125 72 101
Binary 10101101 11011001 1110000 10100 0 110000 1111 1010101 111010 1000001

Color Harmonies of #ADD970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD970

Black with #ADD970

Text Example


Text Example

White with #ADD970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD970; }

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

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

background-color css

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

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

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

border-color css

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

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

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