Html Css Color HEX #AED478 Feijoa

📋 copy color: '#AED478'

red 174 ◦ green 212 ◦ blue 120

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

Shades of Feijoa #AED478

Tints of Feijoa #AED478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.72%

R = 34.39%
G = 41.9%
B = 23.72%

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

#AED478 (or 0xAED478) is known color: Feijoa. HEX triplet: AE, D4 and 78. RGB value is (174,212,120). Sum of RGB (Red+Green+Blue) = 174+212+120=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 212 - color contains mainly: green. Hex color #AED478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED478 is #512B87. Grayscale: #BEBEBE. Windows color (decimal): -5319560 or 7918766. OLE color: 7918766.

HSL color Cylindrical-coordinate representation of color #AED478: hue angle of 84.78º degrees, saturation: 0.52, 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 #AED478 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 212 120 -
CMYK 0.18 0 0.43 0.17
HSL 84.78º 0.52% 0.65% -
HSV(B) 84.78º 0.43% 0.83% -
XYZ 44.39 57.44 26.52 -
YUV 190.15 88.41 116.48 -
System Red Green Blue C M Y K H S L
Decimal 174 212 120 0.18 0 0.43 0.17 84.78 0.52 0.65
Hex AE D4 78 12 0 2B 11 55 34 41
Octal 256 324 170 22 0 53 21 125 64 101
Binary 10101110 11010100 1111000 10010 0 101011 10001 1010101 110100 1000001

Color Harmonies of #AED478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED478

Black with #AED478

Text Example


Text Example

White with #AED478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED478; }

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

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

background-color css

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

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

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

border-color css

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

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

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