Html Css Color HEX #AED185 Feijoa

📋 copy color: '#AED185'

red 174 ◦ green 209 ◦ blue 133

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

Shades of Feijoa #AED185

Tints of Feijoa #AED185

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.5%

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

R = 33.72%
G = 40.5%
B = 25.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#AED185 (or 0xAED185) is known color: Feijoa. HEX triplet: AE, D1 and 85. RGB value is (174,209,133). Sum of RGB (Red+Green+Blue) = 174+209+133=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 209 - color contains mainly: green. Hex color #AED185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED185 is #512E7A. Grayscale: #BEBEBE. Windows color (decimal): -5320315 or 8769966. OLE color: 8769966.

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

Color convert

RGB 174 209 133 -
CMYK 0.17 0 0.36 0.18
HSL 87.63º 0.45% 0.67% -
HSV(B) 87.63º 0.36% 0.82% -
XYZ 44.49 56.29 30.71 -
YUV 189.87 95.9 116.68 -
System Red Green Blue C M Y K H S L
Decimal 174 209 133 0.17 0 0.36 0.18 87.63 0.45 0.67
Hex AE D1 85 11 0 24 12 58 2D 43
Octal 256 321 205 21 0 44 22 130 55 103
Binary 10101110 11010001 10000101 10001 0 100100 10010 1011000 101101 1000011

Color Harmonies of #AED185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED185

Black with #AED185

Text Example


Text Example

White with #AED185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED185; }

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

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

background-color css

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

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

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

border-color css

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

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

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