Html Css Color HEX #AEDF81 Feijoa

📋 copy color: '#AEDF81'

red 174 ◦ green 223 ◦ blue 129

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

Shades of Feijoa #AEDF81

Tints of Feijoa #AEDF81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.52%

R = 33.08%
G = 42.4%
B = 24.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#AEDF81 (or 0xAEDF81) is known color: Feijoa. HEX triplet: AE, DF and 81. RGB value is (174,223,129). Sum of RGB (Red+Green+Blue) = 174+223+129=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 129 (50.78% from 255 or 24.52% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDF81 is #51207E. Grayscale: #C5C5C5. Windows color (decimal): -5316735 or 8511406. OLE color: 8511406.

HSL color Cylindrical-coordinate representation of color #AEDF81: hue angle of 91.28º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AEDF81 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 223 129 -
CMYK 0.22 0 0.42 0.13
HSL 91.28º 0.59% 0.69% -
HSV(B) 91.28º 0.42% 0.87% -
XYZ 47.81 63.36 30.48 -
YUV 197.63 89.27 111.14 -
System Red Green Blue C M Y K H S L
Decimal 174 223 129 0.22 0 0.42 0.13 91.28 0.59 0.69
Hex AE DF 81 16 0 2A D 5B 3B 45
Octal 256 337 201 26 0 52 15 133 73 105
Binary 10101110 11011111 10000001 10110 0 101010 1101 1011011 111011 1000101

Color Harmonies of #AEDF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDF81

Black with #AEDF81

Text Example


Text Example

White with #AEDF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDF81; }

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

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

background-color css

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

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

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

border-color css

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

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

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