Html Css Color HEX #AEDB82 Feijoa

📋 copy color: '#AEDB82'

red 174 ◦ green 219 ◦ blue 130

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

Shades of Feijoa #AEDB82

Tints of Feijoa #AEDB82

RGB

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

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

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

R = 33.27%
G = 41.87%
B = 24.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#AEDB82 (or 0xAEDB82) is known color: Feijoa. HEX triplet: AE, DB and 82. RGB value is (174,219,130). Sum of RGB (Red+Green+Blue) = 174+219+130=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDB82 is #51247D. Grayscale: #C3C3C3. Windows color (decimal): -5317758 or 8575918. OLE color: 8575918.

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

Color convert

RGB 174 219 130 -
CMYK 0.21 0 0.41 0.14
HSL 90.34º 0.55% 0.68% -
HSV(B) 90.34º 0.41% 0.86% -
XYZ 46.82 61.27 30.48 -
YUV 195.4 91.09 112.74 -
System Red Green Blue C M Y K H S L
Decimal 174 219 130 0.21 0 0.41 0.14 90.34 0.55 0.68
Hex AE DB 82 15 0 29 E 5A 37 44
Octal 256 333 202 25 0 51 16 132 67 104
Binary 10101110 11011011 10000010 10101 0 101001 1110 1011010 110111 1000100

Color Harmonies of #AEDB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB82

Black with #AEDB82

Text Example


Text Example

White with #AEDB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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