Html Css Color HEX #AED973 Feijoa

📋 copy color: '#AED973'

red 174 ◦ green 217 ◦ blue 115

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

Shades of Feijoa #AED973

Tints of Feijoa #AED973

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.89%

 BLUE value IS 115 (45.31% from 255) = 22.73%

R = 34.39%
G = 42.89%
B = 22.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#AED973 (or 0xAED973) is known color: Feijoa. HEX triplet: AE, D9 and 73. RGB value is (174,217,115). Sum of RGB (Red+Green+Blue) = 174+217+115=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #AED973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED973 is #51268C. Grayscale: #C0C0C0. Windows color (decimal): -5318285 or 7592366. OLE color: 7592366.

HSL color Cylindrical-coordinate representation of color #AED973: hue angle of 85.29º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AED973 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 217 115 -
CMYK 0.20 0 0.47 0.15
HSL 85.29º 0.57% 0.65% -
HSV(B) 85.29º 0.47% 0.85% -
XYZ 45.36 59.86 25.38 -
YUV 192.52 84.25 114.79 -
System Red Green Blue C M Y K H S L
Decimal 174 217 115 0.20 0 0.47 0.15 85.29 0.57 0.65
Hex AE D9 73 14 0 2F F 55 39 41
Octal 256 331 163 24 0 57 17 125 71 101
Binary 10101110 11011001 1110011 10100 0 101111 1111 1010101 111001 1000001

Color Harmonies of #AED973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED973

Black with #AED973

Text Example


Text Example

White with #AED973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED973; }

 p { color: rgb(174,217,115); }

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

background-color css

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

 a { background-color: rgb(174,217,115); }

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

border-color css

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

 span { border-color: rgb(174,217,115); }

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