Html Css Color HEX #AEDB7F Feijoa

📋 copy color: '#AEDB7F'

red 174 ◦ green 219 ◦ blue 127

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

Shades of Feijoa #AEDB7F

Tints of Feijoa #AEDB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.42%

R = 33.46%
G = 42.12%
B = 24.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#AEDB7F (or 0xAEDB7F) is known color: Feijoa. HEX triplet: AE, DB and 7F. RGB value is (174,219,127). Sum of RGB (Red+Green+Blue) = 174+219+127=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB7F is #512480. Grayscale: #C3C3C3. Windows color (decimal): -5317761 or 8379310. OLE color: 8379310.

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

Color convert

RGB 174 219 127 -
CMYK 0.21 0 0.42 0.14
HSL 89.35º 0.56% 0.68% -
HSV(B) 89.35º 0.42% 0.86% -
XYZ 46.62 61.19 29.43 -
YUV 195.06 89.59 112.98 -
System Red Green Blue C M Y K H S L
Decimal 174 219 127 0.21 0 0.42 0.14 89.35 0.56 0.68
Hex AE DB 7F 15 0 2A E 59 38 44
Octal 256 333 177 25 0 52 16 131 70 104
Binary 10101110 11011011 1111111 10101 0 101010 1110 1011001 111000 1000100

Color Harmonies of #AEDB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB7F

Black with #AEDB7F

Text Example


Text Example

White with #AEDB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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