Html Css Color HEX #AED671 Feijoa

📋 copy color: '#AED671'

red 174 ◦ green 214 ◦ blue 113

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

Shades of Feijoa #AED671

Tints of Feijoa #AED671

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.71%

 BLUE value IS 113 (44.53% from 255) = 22.55%

R = 34.73%
G = 42.71%
B = 22.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#AED671 (or 0xAED671) is known color: Feijoa. HEX triplet: AE, D6 and 71. RGB value is (174,214,113). Sum of RGB (Red+Green+Blue) = 174+214+113=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #AED671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED671 is #51298E. Grayscale: #BEBEBE. Windows color (decimal): -5319055 or 7460526. OLE color: 7460526.

HSL color Cylindrical-coordinate representation of color #AED671: hue angle of 83.76º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AED671 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 214 113 -
CMYK 0.19 0 0.47 0.16
HSL 83.76º 0.55% 0.64% -
HSV(B) 83.76º 0.47% 0.84% -
XYZ 44.48 58.28 24.53 -
YUV 190.53 84.25 116.21 -
System Red Green Blue C M Y K H S L
Decimal 174 214 113 0.19 0 0.47 0.16 83.76 0.55 0.64
Hex AE D6 71 13 0 2F 10 54 37 40
Octal 256 326 161 23 0 57 20 124 67 100
Binary 10101110 11010110 1110001 10011 0 101111 10000 1010100 110111 1000000

Color Harmonies of #AED671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED671

Black with #AED671

Text Example


Text Example

White with #AED671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED671; }

 p { color: rgb(174,214,113); }

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

background-color css

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

 a { background-color: rgb(174,214,113); }

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

border-color css

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

 span { border-color: rgb(174,214,113); }

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