Html Css Color HEX #AED088 Feijoa

📋 copy color: '#AED088'

red 174 ◦ green 208 ◦ blue 136

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

Shades of Feijoa #AED088

Tints of Feijoa #AED088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.25%

R = 33.59%
G = 40.15%
B = 26.25%

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

#AED088 (or 0xAED088) is known color: Feijoa. HEX triplet: AE, D0 and 88. RGB value is (174,208,136). Sum of RGB (Red+Green+Blue) = 174+208+136=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #AED088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED088 is #512F77. Grayscale: #BDBDBD. Windows color (decimal): -5320568 or 8966318. OLE color: 8966318.

HSL color Cylindrical-coordinate representation of color #AED088: hue angle of 88.33º degrees, saturation: 0.43, 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 #AED088 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 208 136 -
CMYK 0.16 0 0.35 0.18
HSL 88.33º 0.43% 0.67% -
HSV(B) 88.33º 0.35% 0.82% -
XYZ 44.46 55.89 31.74 -
YUV 189.63 97.74 116.85 -
System Red Green Blue C M Y K H S L
Decimal 174 208 136 0.16 0 0.35 0.18 88.33 0.43 0.67
Hex AE D0 88 10 0 23 12 58 2B 43
Octal 256 320 210 20 0 43 22 130 53 103
Binary 10101110 11010000 10001000 10000 0 100011 10010 1011000 101011 1000011

Color Harmonies of #AED088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED088

Black with #AED088

Text Example


Text Example

White with #AED088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED088; }

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

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

background-color css

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

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

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

border-color css

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

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

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