Html Css Color HEX #AADE74 Feijoa

📋 copy color: '#AADE74'

red 170 ◦ green 222 ◦ blue 116

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

Shades of Feijoa #AADE74

Tints of Feijoa #AADE74

RGB

 RED value IS 170 (66.8% from 255) = 33.46%

 GREEN value IS 222 (87.11% from 255) = 43.7%

 BLUE value IS 116 (45.7% from 255) = 22.83%

R = 33.46%
G = 43.7%
B = 22.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#AADE74 (or 0xAADE74) is known color: 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

RGB 170 222 116 -
CMYK 0.23 0 0.48 0.13
HSL 89.43º 0.62% 0.66% -
HSV(B) 89.43º 0.48% 0.87% -
XYZ 45.85 62.05 26.08 -
YUV 194.37 83.77 110.62 -
System Red Green Blue C M Y K H S L
Decimal 170 222 116 0.23 0 0.48 0.13 89.43 0.62 0.66
Hex AA DE 74 17 0 30 D 59 3E 42
Octal 252 336 164 27 0 60 15 131 76 102
Binary 10101010 11011110 1110100 10111 0 110000 1101 1011001 111110 1000010

Color Harmonies of #AADE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE74

Black with #AADE74

Text Example


Text Example

White with #AADE74

Text Example


Text Example

HTML Codes & Css Web 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>