#AADE74

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

Shades of Feijoa #AADE74

Tints of Feijoa #AADE74

Color information

#AADE74 (or 0xAADE74) is unknown color: approx Feijoa. HEX triplet: AA, DE and 74. RGB value is (170,222,116). Sum of RGB (Red+Green+Blue) = 170+222+116=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 222 (87.11% from 255 or 43.70% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADE74 is #55218B. Grayscale: #C2C2C2. Windows color (decimal): -5579148 or 7659178. OLE color: 7659178.

HSL color Cylindrical-coordinate representation of color #AADE74: hue angle of 89.43º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AADE74 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB170222116-
CMYK0.2300.480.13
HSL89.43º61.63%66.27%-
HSV(B)89.43º47.75%87.06%-
XYZ45.8562.0526.08-
YUV194.3783.77110.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 222 (87.11% from 255) = 43.70%
BLUE value IS 116 (45.70% from 255) = 22.83%
R=33.46%
G=43.70%
B=22.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702221160.2300.480.1389.4361.6366.27
HexAADE7417030D593e42
Octal252336164270601513176102
Binary10101010110111101110100101110110000110110110011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADE74; }

 p { color: rgb(170,222,116); }

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

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

 a { background-color: rgb(170,222,116); }

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

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

 span { border-color: rgb(170,222,116); }

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