Html Css Color HEX #AED181 Feijoa

📋 copy color: '#AED181'

red 174 ◦ green 209 ◦ blue 129

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

Shades of Feijoa #AED181

Tints of Feijoa #AED181

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.82%

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

R = 33.98%
G = 40.82%
B = 25.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#AED181 (or 0xAED181) is known color: Feijoa. HEX triplet: AE, D1 and 81. RGB value is (174,209,129). Sum of RGB (Red+Green+Blue) = 174+209+129=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #AED181 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED181 is #512E7E. Grayscale: #BDBDBD. Windows color (decimal): -5320319 or 8507822. OLE color: 8507822.

HSL color Cylindrical-coordinate representation of color #AED181: hue angle of 86.25º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AED181 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 209 129 -
CMYK 0.17 0 0.38 0.18
HSL 86.25º 0.47% 0.66% -
HSV(B) 86.25º 0.38% 0.82% -
XYZ 44.22 56.18 29.28 -
YUV 189.42 93.9 117 -
System Red Green Blue C M Y K H S L
Decimal 174 209 129 0.17 0 0.38 0.18 86.25 0.47 0.66
Hex AE D1 81 11 0 26 12 56 2F 42
Octal 256 321 201 21 0 46 22 126 57 102
Binary 10101110 11010001 10000001 10001 0 100110 10010 1010110 101111 1000010

Color Harmonies of #AED181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED181

Black with #AED181

Text Example


Text Example

White with #AED181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED181; }

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

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

background-color css

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

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

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

border-color css

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

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

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