Html Css Color HEX #AED87F Feijoa

📋 copy color: '#AED87F'

red 174 ◦ green 216 ◦ blue 127

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

Shades of Feijoa #AED87F

Tints of Feijoa #AED87F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.78%

 BLUE value IS 127 (50% from 255) = 24.56%

R = 33.66%
G = 41.78%
B = 24.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#AED87F (or 0xAED87F) is known color: Feijoa. HEX triplet: AE, D8 and 7F. RGB value is (174,216,127). Sum of RGB (Red+Green+Blue) = 174+216+127=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #AED87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED87F is #512780. Grayscale: #C1C1C1. Windows color (decimal): -5318529 or 8378542. OLE color: 8378542.

HSL color Cylindrical-coordinate representation of color #AED87F: hue angle of 88.31º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AED87F is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 216 127 -
CMYK 0.19 0 0.41 0.15
HSL 88.31º 0.53% 0.67% -
HSV(B) 88.31º 0.41% 0.85% -
XYZ 45.84 59.64 29.17 -
YUV 193.3 90.59 114.24 -
System Red Green Blue C M Y K H S L
Decimal 174 216 127 0.19 0 0.41 0.15 88.31 0.53 0.67
Hex AE D8 7F 13 0 29 F 58 35 43
Octal 256 330 177 23 0 51 17 130 65 103
Binary 10101110 11011000 1111111 10011 0 101001 1111 1011000 110101 1000011

Color Harmonies of #AED87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED87F

Black with #AED87F

Text Example


Text Example

White with #AED87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED87F; }

 p { color: rgb(174,216,127); }

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

background-color css

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

 a { background-color: rgb(174,216,127); }

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

border-color css

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

 span { border-color: rgb(174,216,127); }

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