Html Css Color HEX #AED688 Feijoa

📋 copy color: '#AED688'

red 174 ◦ green 214 ◦ blue 136

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

Shades of Feijoa #AED688

Tints of Feijoa #AED688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.95%

R = 33.21%
G = 40.84%
B = 25.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#AED688 (or 0xAED688) is known color: Feijoa. HEX triplet: AE, D6 and 88. RGB value is (174,214,136). Sum of RGB (Red+Green+Blue) = 174+214+136=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #AED688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED688 is #512977. Grayscale: #C1C1C1. Windows color (decimal): -5319032 or 8967854. OLE color: 8967854.

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

Color convert

RGB 174 214 136 -
CMYK 0.19 0 0.36 0.16
HSL 90.77º 0.49% 0.69% -
HSV(B) 90.77º 0.36% 0.84% -
XYZ 45.95 58.87 32.23 -
YUV 193.15 95.75 114.34 -
System Red Green Blue C M Y K H S L
Decimal 174 214 136 0.19 0 0.36 0.16 90.77 0.49 0.69
Hex AE D6 88 13 0 24 10 5B 31 45
Octal 256 326 210 23 0 44 20 133 61 105
Binary 10101110 11010110 10001000 10011 0 100100 10000 1011011 110001 1000101

Color Harmonies of #AED688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED688

Black with #AED688

Text Example


Text Example

White with #AED688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED688; }

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

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

background-color css

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

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

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

border-color css

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

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

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