Html Css Color HEX #AED488 Feijoa

📋 copy color: '#AED488'

red 174 ◦ green 212 ◦ blue 136

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

Shades of Feijoa #AED488

Tints of Feijoa #AED488

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.61%

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

R = 33.33%
G = 40.61%
B = 26.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#AED488 (or 0xAED488) is known color: Feijoa. HEX triplet: AE, D4 and 88. RGB value is (174,212,136). Sum of RGB (Red+Green+Blue) = 174+212+136=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 212 - color contains mainly: green. Hex color #AED488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED488 is #512B77. Grayscale: #C0C0C0. Windows color (decimal): -5319544 or 8967342. OLE color: 8967342.

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

Color convert

RGB 174 212 136 -
CMYK 0.18 0 0.36 0.17
HSL 90º 0.47% 0.68% -
HSV(B) 90º 0.36% 0.83% -
XYZ 45.44 57.86 32.07 -
YUV 191.97 96.41 115.18 -
System Red Green Blue C M Y K H S L
Decimal 174 212 136 0.18 0 0.36 0.17 90 0.47 0.68
Hex AE D4 88 12 0 24 11 5A 2F 44
Octal 256 324 210 22 0 44 21 132 57 104
Binary 10101110 11010100 10001000 10010 0 100100 10001 1011010 101111 1000100

Color Harmonies of #AED488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED488

Black with #AED488

Text Example


Text Example

White with #AED488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED488; }

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

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

background-color css

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

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

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

border-color css

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

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

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