Html Css Color HEX #AED983 Feijoa

📋 copy color: '#AED983'

red 174 ◦ green 217 ◦ blue 131

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

Shades of Feijoa #AED983

Tints of Feijoa #AED983

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.57%

 BLUE value IS 131 (51.56% from 255) = 25.1%

R = 33.33%
G = 41.57%
B = 25.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#AED983 (or 0xAED983) is known color: Feijoa. HEX triplet: AE, D9 and 83. RGB value is (174,217,131). Sum of RGB (Red+Green+Blue) = 174+217+131=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #AED983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED983 is #51267C. Grayscale: #C2C2C2. Windows color (decimal): -5318269 or 8640942. OLE color: 8640942.

HSL color Cylindrical-coordinate representation of color #AED983: hue angle of 90º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AED983 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 217 131 -
CMYK 0.20 0 0.40 0.15
HSL 90º 0.53% 0.68% -
HSV(B) 90º 0.4% 0.85% -
XYZ 46.37 60.26 30.66 -
YUV 194.34 92.25 113.49 -
System Red Green Blue C M Y K H S L
Decimal 174 217 131 0.20 0 0.40 0.15 90 0.53 0.68
Hex AE D9 83 14 0 28 F 5A 35 44
Octal 256 331 203 24 0 50 17 132 65 104
Binary 10101110 11011001 10000011 10100 0 101000 1111 1011010 110101 1000100

Color Harmonies of #AED983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED983

Black with #AED983

Text Example


Text Example

White with #AED983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED983; }

 p { color: rgb(174,217,131); }

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

background-color css

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

 a { background-color: rgb(174,217,131); }

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

border-color css

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

 span { border-color: rgb(174,217,131); }

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