Html Css Color HEX #ADD972 Feijoa

📋 copy color: '#ADD972'

red 173 ◦ green 217 ◦ blue 114

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

Shades of Feijoa #ADD972

Tints of Feijoa #ADD972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.62%

R = 34.33%
G = 43.06%
B = 22.62%

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

#ADD972 (or 0xADD972) is known color: Feijoa. HEX triplet: AD, D9 and 72. RGB value is (173,217,114). Sum of RGB (Red+Green+Blue) = 173+217+114=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD972 is #52268D. Grayscale: #C0C0C0. Windows color (decimal): -5383822 or 7526829. OLE color: 7526829.

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

Color convert

RGB 173 217 114 -
CMYK 0.20 0 0.47 0.15
HSL 85.63º 0.58% 0.65% -
HSV(B) 85.63º 0.47% 0.85% -
XYZ 45.08 59.72 25.07 -
YUV 192.1 83.92 114.38 -
System Red Green Blue C M Y K H S L
Decimal 173 217 114 0.20 0 0.47 0.15 85.63 0.58 0.65
Hex AD D9 72 14 0 2F F 56 3A 41
Octal 255 331 162 24 0 57 17 126 72 101
Binary 10101101 11011001 1110010 10100 0 101111 1111 1010110 111010 1000001

Color Harmonies of #ADD972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD972

Black with #ADD972

Text Example


Text Example

White with #ADD972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD972; }

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

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

background-color css

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

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

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

border-color css

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

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

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