#ADD974

Color #ADD974 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #ADD974

Tints of Feijoa #ADD974

Color information

#ADD974 (or 0xADD974) is unknown color: approx 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

RGB173217116-
CMYK0.2000.470.15
HSL86.14º57.06%65.29%-
HSV(B)86.14º46.54%85.1%-
XYZ45.259.7725.68-
YUV192.3384.92114.21-

RGB Variations

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

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.70% from 255) = 22.92%
R=34.19%
G=42.89%
B=22.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732171160.2000.470.1586.1457.0665.29
HexADD9741402FF563941
Octal255331164240571712671101
Binary10101101110110011110100101000101111111110101101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>