Html Css Color HEX #AEDB88 Feijoa

📋 copy color: '#AEDB88'

red 174 ◦ green 219 ◦ blue 136

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

Shades of Feijoa #AEDB88

Tints of Feijoa #AEDB88

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.4%

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

R = 32.89%
G = 41.4%
B = 25.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#AEDB88 (or 0xAEDB88) is known color: Feijoa. HEX triplet: AE, DB and 88. RGB value is (174,219,136). Sum of RGB (Red+Green+Blue) = 174+219+136=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 136 (53.52% from 255 or 25.71% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDB88 is #512477. Grayscale: #C4C4C4. Windows color (decimal): -5317752 or 8969134. OLE color: 8969134.

HSL color Cylindrical-coordinate representation of color #AEDB88: hue angle of 92.53º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AEDB88 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 219 136 -
CMYK 0.21 0 0.38 0.14
HSL 92.53º 0.54% 0.7% -
HSV(B) 92.53º 0.38% 0.86% -
XYZ 47.23 61.44 32.66 -
YUV 196.08 94.09 112.25 -
System Red Green Blue C M Y K H S L
Decimal 174 219 136 0.21 0 0.38 0.14 92.53 0.54 0.7
Hex AE DB 88 15 0 26 E 5D 36 46
Octal 256 333 210 25 0 46 16 135 66 106
Binary 10101110 11011011 10001000 10101 0 100110 1110 1011101 110110 1000110

Color Harmonies of #AEDB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB88

Black with #AEDB88

Text Example


Text Example

White with #AEDB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB88; }

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

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

background-color css

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

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

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

border-color css

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

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

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