Html Css Color HEX #AED087 Feijoa

📋 copy color: '#AED087'

red 174 ◦ green 208 ◦ blue 135

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

Shades of Feijoa #AED087

Tints of Feijoa #AED087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.11%

R = 33.66%
G = 40.23%
B = 26.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#AED087 (or 0xAED087) is known color: Feijoa. HEX triplet: AE, D0 and 87. RGB value is (174,208,135). Sum of RGB (Red+Green+Blue) = 174+208+135=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 135 (53.12% from 255 or 26.11% from 517); Max value from RGB is 208 - color contains mainly: green. Hex color #AED087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED087 is #512F78. Grayscale: #BDBDBD. Windows color (decimal): -5320569 or 8900782. OLE color: 8900782.

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

Color convert

RGB 174 208 135 -
CMYK 0.16 0 0.35 0.18
HSL 87.95º 0.44% 0.67% -
HSV(B) 87.95º 0.35% 0.82% -
XYZ 44.38 55.86 31.36 -
YUV 189.51 97.24 116.94 -
System Red Green Blue C M Y K H S L
Decimal 174 208 135 0.16 0 0.35 0.18 87.95 0.44 0.67
Hex AE D0 87 10 0 23 12 58 2C 43
Octal 256 320 207 20 0 43 22 130 54 103
Binary 10101110 11010000 10000111 10000 0 100011 10010 1011000 101100 1000011

Color Harmonies of #AED087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED087

Black with #AED087

Text Example


Text Example

White with #AED087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED087; }

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

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

background-color css

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

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

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

border-color css

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

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

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