Html Css Color HEX #AED578 Feijoa

📋 copy color: '#AED578'

red 174 ◦ green 213 ◦ blue 120

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

Shades of Feijoa #AED578

Tints of Feijoa #AED578

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.01%

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

R = 34.32%
G = 42.01%
B = 23.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#AED578 (or 0xAED578) is known color: Feijoa. HEX triplet: AE, D5 and 78. RGB value is (174,213,120). Sum of RGB (Red+Green+Blue) = 174+213+120=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #AED578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED578 is #512A87. Grayscale: #BFBFBF. Windows color (decimal): -5319304 or 7919022. OLE color: 7919022.

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

Color convert

RGB 174 213 120 -
CMYK 0.18 0 0.44 0.16
HSL 85.16º 0.53% 0.65% -
HSV(B) 85.16º 0.44% 0.84% -
XYZ 44.64 57.94 26.6 -
YUV 190.74 88.08 116.06 -
System Red Green Blue C M Y K H S L
Decimal 174 213 120 0.18 0 0.44 0.16 85.16 0.53 0.65
Hex AE D5 78 12 0 2C 10 55 35 41
Octal 256 325 170 22 0 54 20 125 65 101
Binary 10101110 11010101 1111000 10010 0 101100 10000 1010101 110101 1000001

Color Harmonies of #AED578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED578

Black with #AED578

Text Example


Text Example

White with #AED578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED578; }

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

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

background-color css

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

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

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

border-color css

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

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

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