Html Css Color HEX #AED281 Feijoa

📋 copy color: '#AED281'

red 174 ◦ green 210 ◦ blue 129

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

Shades of Feijoa #AED281

Tints of Feijoa #AED281

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.94%

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

R = 33.92%
G = 40.94%
B = 25.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#AED281 (or 0xAED281) is known color: Feijoa. HEX triplet: AE, D2 and 81. RGB value is (174,210,129). Sum of RGB (Red+Green+Blue) = 174+210+129=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 129 (50.78% from 255 or 25.15% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #AED281 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED281 is #512D7E. Grayscale: #BEBEBE. Windows color (decimal): -5320063 or 8508078. OLE color: 8508078.

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

Color convert

RGB 174 210 129 -
CMYK 0.17 0 0.39 0.18
HSL 86.67º 0.47% 0.66% -
HSV(B) 86.67º 0.39% 0.82% -
XYZ 44.46 56.68 29.37 -
YUV 190 93.57 116.59 -
System Red Green Blue C M Y K H S L
Decimal 174 210 129 0.17 0 0.39 0.18 86.67 0.47 0.66
Hex AE D2 81 11 0 27 12 57 2F 42
Octal 256 322 201 21 0 47 22 127 57 102
Binary 10101110 11010010 10000001 10001 0 100111 10010 1010111 101111 1000010

Color Harmonies of #AED281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED281

Black with #AED281

Text Example


Text Example

White with #AED281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED281; }

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

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

background-color css

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

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

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

border-color css

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

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

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