Html Css Color HEX #AED27C Feijoa

📋 copy color: '#AED27C'

red 174 ◦ green 210 ◦ blue 124

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

Shades of Feijoa #AED27C

Tints of Feijoa #AED27C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.34%

 BLUE value IS 124 (48.83% from 255) = 24.41%

R = 34.25%
G = 41.34%
B = 24.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#AED27C (or 0xAED27C) is known color: Feijoa. HEX triplet: AE, D2 and 7C. RGB value is (174,210,124). Sum of RGB (Red+Green+Blue) = 174+210+124=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #AED27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED27C is #512D83. Grayscale: #BDBDBD. Windows color (decimal): -5320068 or 8180398. OLE color: 8180398.

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

Color convert

RGB 174 210 124 -
CMYK 0.17 0 0.41 0.18
HSL 85.12º 0.49% 0.65% -
HSV(B) 85.12º 0.41% 0.82% -
XYZ 44.14 56.55 27.66 -
YUV 189.43 91.07 116.99 -
System Red Green Blue C M Y K H S L
Decimal 174 210 124 0.17 0 0.41 0.18 85.12 0.49 0.65
Hex AE D2 7C 11 0 29 12 55 31 41
Octal 256 322 174 21 0 51 22 125 61 101
Binary 10101110 11010010 1111100 10001 0 101001 10010 1010101 110001 1000001

Color Harmonies of #AED27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED27C

Black with #AED27C

Text Example


Text Example

White with #AED27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED27C; }

 p { color: rgb(174,210,124); }

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

background-color css

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

 a { background-color: rgb(174,210,124); }

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

border-color css

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

 span { border-color: rgb(174,210,124); }

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