Html Css Color HEX #AEDB85 Feijoa

📋 copy color: '#AEDB85'

red 174 ◦ green 219 ◦ blue 133

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

Shades of Feijoa #AEDB85

Tints of Feijoa #AEDB85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.29%

R = 33.08%
G = 41.63%
B = 25.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#AEDB85 (or 0xAEDB85) is known color: Feijoa. HEX triplet: AE, DB and 85. RGB value is (174,219,133). Sum of RGB (Red+Green+Blue) = 174+219+133=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDB85 is #51247A. Grayscale: #C4C4C4. Windows color (decimal): -5317755 or 8772526. OLE color: 8772526.

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

Color convert

RGB 174 219 133 -
CMYK 0.21 0 0.39 0.14
HSL 91.4º 0.54% 0.69% -
HSV(B) 91.4º 0.39% 0.86% -
XYZ 47.02 61.36 31.55 -
YUV 195.74 92.59 112.49 -
System Red Green Blue C M Y K H S L
Decimal 174 219 133 0.21 0 0.39 0.14 91.4 0.54 0.69
Hex AE DB 85 15 0 27 E 5B 36 45
Octal 256 333 205 25 0 47 16 133 66 105
Binary 10101110 11011011 10000101 10101 0 100111 1110 1011011 110110 1000101

Color Harmonies of #AEDB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB85

Black with #AEDB85

Text Example


Text Example

White with #AEDB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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