Html Css Color HEX #AEDF86 Feijoa

📋 copy color: '#AEDF86'

red 174 ◦ green 223 ◦ blue 134

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

Shades of Feijoa #AEDF86

Tints of Feijoa #AEDF86

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42%

 BLUE value IS 134 (52.73% from 255) = 25.24%

R = 32.77%
G = 42%
B = 25.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#AEDF86 (or 0xAEDF86) is known color: Feijoa. HEX triplet: AE, DF and 86. RGB value is (174,223,134). Sum of RGB (Red+Green+Blue) = 174+223+134=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDF86 is #512079. Grayscale: #C6C6C6. Windows color (decimal): -5316730 or 8839086. OLE color: 8839086.

HSL color Cylindrical-coordinate representation of color #AEDF86: hue angle of 93.03º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEDF86 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 223 134 -
CMYK 0.22 0 0.40 0.13
HSL 93.03º 0.58% 0.7% -
HSV(B) 93.03º 0.4% 0.87% -
XYZ 48.15 63.5 32.27 -
YUV 198.2 91.77 110.74 -
System Red Green Blue C M Y K H S L
Decimal 174 223 134 0.22 0 0.40 0.13 93.03 0.58 0.7
Hex AE DF 86 16 0 28 D 5D 3A 46
Octal 256 337 206 26 0 50 15 135 72 106
Binary 10101110 11011111 10000110 10110 0 101000 1101 1011101 111010 1000110

Color Harmonies of #AEDF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDF86

Black with #AEDF86

Text Example


Text Example

White with #AEDF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDF86; }

 p { color: rgb(174,223,134); }

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

background-color css

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

 a { background-color: rgb(174,223,134); }

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

border-color css

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

 span { border-color: rgb(174,223,134); }

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