Html Css Color HEX #AED585 Feijoa

📋 copy color: '#AED585'

red 174 ◦ green 213 ◦ blue 133

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

Shades of Feijoa #AED585

Tints of Feijoa #AED585

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.96%

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

R = 33.46%
G = 40.96%
B = 25.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#AED585 (or 0xAED585) is known color: Feijoa. HEX triplet: AE, D5 and 85. RGB value is (174,213,133). Sum of RGB (Red+Green+Blue) = 174+213+133=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #AED585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED585 is #512A7A. Grayscale: #C0C0C0. Windows color (decimal): -5319291 or 8770990. OLE color: 8770990.

HSL color Cylindrical-coordinate representation of color #AED585: hue angle of 89.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AED585 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 213 133 -
CMYK 0.18 0 0.38 0.16
HSL 89.25º 0.49% 0.68% -
HSV(B) 89.25º 0.38% 0.84% -
XYZ 45.48 58.28 31.04 -
YUV 192.22 94.58 115 -
System Red Green Blue C M Y K H S L
Decimal 174 213 133 0.18 0 0.38 0.16 89.25 0.49 0.68
Hex AE D5 85 12 0 26 10 59 31 44
Octal 256 325 205 22 0 46 20 131 61 104
Binary 10101110 11010101 10000101 10010 0 100110 10000 1011001 110001 1000100

Color Harmonies of #AED585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED585

Black with #AED585

Text Example


Text Example

White with #AED585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED585; }

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

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

background-color css

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

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

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

border-color css

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

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

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