Html Css Color HEX #AED485 Feijoa

📋 copy color: '#AED485'

red 174 ◦ green 212 ◦ blue 133

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

Shades of Feijoa #AED485

Tints of Feijoa #AED485

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.85%

 BLUE value IS 133 (52.34% from 255) = 25.63%

R = 33.53%
G = 40.85%
B = 25.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#AED485 (or 0xAED485) is known color: Feijoa. HEX triplet: AE, D4 and 85. RGB value is (174,212,133). Sum of RGB (Red+Green+Blue) = 174+212+133=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #AED485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED485 is #512B7A. Grayscale: #BFBFBF. Windows color (decimal): -5319547 or 8770734. OLE color: 8770734.

HSL color Cylindrical-coordinate representation of color #AED485: hue angle of 88.86º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AED485 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 212 133 -
CMYK 0.18 0 0.37 0.17
HSL 88.86º 0.48% 0.68% -
HSV(B) 88.86º 0.37% 0.83% -
XYZ 45.23 57.78 30.96 -
YUV 191.63 94.91 115.42 -
System Red Green Blue C M Y K H S L
Decimal 174 212 133 0.18 0 0.37 0.17 88.86 0.48 0.68
Hex AE D4 85 12 0 25 11 59 30 44
Octal 256 324 205 22 0 45 21 131 60 104
Binary 10101110 11010100 10000101 10010 0 100101 10001 1011001 110000 1000100

Color Harmonies of #AED485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED485

Black with #AED485

Text Example


Text Example

White with #AED485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED485; }

 p { color: rgb(174,212,133); }

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

background-color css

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

 a { background-color: rgb(174,212,133); }

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

border-color css

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

 span { border-color: rgb(174,212,133); }

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