Html Css Color HEX #AED083 Feijoa

📋 copy color: '#AED083'

red 174 ◦ green 208 ◦ blue 131

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

Shades of Feijoa #AED083

Tints of Feijoa #AED083

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.55%

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

R = 33.92%
G = 40.55%
B = 25.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#AED083 (or 0xAED083) is known color: Feijoa. HEX triplet: AE, D0 and 83. RGB value is (174,208,131). Sum of RGB (Red+Green+Blue) = 174+208+131=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #AED083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED083 is #512F7C. Grayscale: #BDBDBD. Windows color (decimal): -5320573 or 8638638. OLE color: 8638638.

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

Color convert

RGB 174 208 131 -
CMYK 0.16 0 0.37 0.18
HSL 86.49º 0.45% 0.66% -
HSV(B) 86.49º 0.37% 0.82% -
XYZ 44.11 55.75 29.91 -
YUV 189.06 95.24 117.26 -
System Red Green Blue C M Y K H S L
Decimal 174 208 131 0.16 0 0.37 0.18 86.49 0.45 0.66
Hex AE D0 83 10 0 25 12 56 2D 42
Octal 256 320 203 20 0 45 22 126 55 102
Binary 10101110 11010000 10000011 10000 0 100101 10010 1010110 101101 1000010

Color Harmonies of #AED083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED083

Black with #AED083

Text Example


Text Example

White with #AED083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED083; }

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

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

background-color css

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

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

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

border-color css

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

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

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