Html Css Color HEX #AED682 Feijoa

📋 copy color: '#AED682'

red 174 ◦ green 214 ◦ blue 130

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

Shades of Feijoa #AED682

Tints of Feijoa #AED682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.1%

R = 33.59%
G = 41.31%
B = 25.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#AED682 (or 0xAED682) is known color: Feijoa. HEX triplet: AE, D6 and 82. RGB value is (174,214,130). Sum of RGB (Red+Green+Blue) = 174+214+130=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #AED682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED682 is #51297D. Grayscale: #C0C0C0. Windows color (decimal): -5319038 or 8574638. OLE color: 8574638.

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

Color convert

RGB 174 214 130 -
CMYK 0.19 0 0.39 0.16
HSL 88.57º 0.51% 0.67% -
HSV(B) 88.57º 0.39% 0.84% -
XYZ 45.53 58.7 30.05 -
YUV 192.46 92.75 114.83 -
System Red Green Blue C M Y K H S L
Decimal 174 214 130 0.19 0 0.39 0.16 88.57 0.51 0.67
Hex AE D6 82 13 0 27 10 59 33 43
Octal 256 326 202 23 0 47 20 131 63 103
Binary 10101110 11010110 10000010 10011 0 100111 10000 1011001 110011 1000011

Color Harmonies of #AED682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED682

Black with #AED682

Text Example


Text Example

White with #AED682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED682; }

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

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

background-color css

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

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

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

border-color css

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

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

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