Html Css Color HEX #AED781 Feijoa

📋 copy color: '#AED781'

red 174 ◦ green 215 ◦ blue 129

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

Shades of Feijoa #AED781

Tints of Feijoa #AED781

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.51%

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

R = 33.59%
G = 41.51%
B = 24.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#AED781 (or 0xAED781) is known color: Feijoa. HEX triplet: AE, D7 and 81. RGB value is (174,215,129). Sum of RGB (Red+Green+Blue) = 174+215+129=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 215 - color contains mainly: green. Hex color #AED781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED781 is #51287E. Grayscale: #C1C1C1. Windows color (decimal): -5318783 or 8509358. OLE color: 8509358.

HSL color Cylindrical-coordinate representation of color #AED781: hue angle of 88.6º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AED781 is Cyan = 0.19, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 215 129 -
CMYK 0.19 0 0.4 0.16
HSL 88.6º 0.52% 0.67% -
HSV(B) 88.6º 0.4% 0.84% -
XYZ 45.72 59.18 29.78 -
YUV 192.94 91.92 114.49 -
System Red Green Blue C M Y K H S L
Decimal 174 215 129 0.19 0 0.4 0.16 88.6 0.52 0.67
Hex AE D7 81 13 0 28 10 59 34 43
Octal 256 327 201 23 0 50 20 131 64 103
Binary 10101110 11010111 10000001 10011 0 101000 10000 1011001 110100 1000011

Color Harmonies of #AED781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED781

Black with #AED781

Text Example


Text Example

White with #AED781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED781; }

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

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

background-color css

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

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

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

border-color css

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

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

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