#ADD774

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

Shades of Feijoa #ADD774

Tints of Feijoa #ADD774

Color information

#ADD774 (or 0xADD774) is unknown color: approx Feijoa. HEX triplet: AD, D7 and 74. RGB value is (173,215,116). Sum of RGB (Red+Green+Blue) = 173+215+116=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD774 is #52288B. Grayscale: #BFBFBF. Windows color (decimal): -5384332 or 7657389. OLE color: 7657389.

HSL color Cylindrical-coordinate representation of color #ADD774: hue angle of 85.45º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADD774 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB173215116-
CMYK0.2000.460.16
HSL85.45º55.31%64.9%-
HSV(B)85.45º46.05%84.31%-
XYZ44.6958.7525.51-
YUV191.1685.59115.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.33%
GREEN value IS 215 (84.38% from 255) = 42.66%
BLUE value IS 116 (45.70% from 255) = 23.02%
R=34.33%
G=42.66%
B=23.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732151160.2000.460.1685.4555.3164.9
HexADD7741402E10553741
Octal255327164240562012567101
Binary101011011101011111101001010001011101000010101011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD774; }

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

 H1.HeaderClassName
 {
   color: #ADD774;
 }
 .AnyTagClassName
 {
   color: #ADD774;
 }
</style>
background-color css

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

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

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

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

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

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