Html Css Color HEX #AED479 Feijoa

📋 copy color: '#AED479'

red 174 ◦ green 212 ◦ blue 121

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

Shades of Feijoa #AED479

Tints of Feijoa #AED479

RGB

 RED value IS 174 (68.36% from 255) = 34.32%

 GREEN value IS 212 (83.2% from 255) = 41.81%

 BLUE value IS 121 (47.66% from 255) = 23.87%

R = 34.32%
G = 41.81%
B = 23.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#AED479 (or 0xAED479) is known color: Feijoa. HEX triplet: AE, D4 and 79. RGB value is (174,212,121). Sum of RGB (Red+Green+Blue) = 174+212+121=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 212 - color contains mainly: green. Hex color #AED479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED479 is #512B86. Grayscale: #BEBEBE. Windows color (decimal): -5319559 or 7984302. OLE color: 7984302.

HSL color Cylindrical-coordinate representation of color #AED479: hue angle of 85.05º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AED479 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 212 121 -
CMYK 0.18 0 0.43 0.17
HSL 85.05º 0.51% 0.65% -
HSV(B) 85.05º 0.43% 0.83% -
XYZ 44.45 57.47 26.84 -
YUV 190.26 88.91 116.4 -
System Red Green Blue C M Y K H S L
Decimal 174 212 121 0.18 0 0.43 0.17 85.05 0.51 0.65
Hex AE D4 79 12 0 2B 11 55 33 41
Octal 256 324 171 22 0 53 21 125 63 101
Binary 10101110 11010100 1111001 10010 0 101011 10001 1010101 110011 1000001

Color Harmonies of #AED479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED479

Black with #AED479

Text Example


Text Example

White with #AED479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED479; }

 p { color: rgb(174,212,121); }

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

background-color css

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

 a { background-color: rgb(174,212,121); }

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

border-color css

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

 span { border-color: rgb(174,212,121); }

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