Html Css Color HEX #AED37A Feijoa

📋 copy color: '#AED37A'

red 174 ◦ green 211 ◦ blue 122

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

Shades of Feijoa #AED37A

Tints of Feijoa #AED37A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.62%

 BLUE value IS 122 (48.05% from 255) = 24.06%

R = 34.32%
G = 41.62%
B = 24.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#AED37A (or 0xAED37A) is known color: Feijoa. HEX triplet: AE, D3 and 7A. RGB value is (174,211,122). Sum of RGB (Red+Green+Blue) = 174+211+122=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #AED37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED37A is #512C85. Grayscale: #BEBEBE. Windows color (decimal): -5319814 or 8049582. OLE color: 8049582.

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

Color convert

RGB 174 211 122 -
CMYK 0.18 0 0.42 0.17
HSL 84.94º 0.5% 0.65% -
HSV(B) 84.94º 0.42% 0.83% -
XYZ 44.26 56.99 27.08 -
YUV 189.79 89.74 116.74 -
System Red Green Blue C M Y K H S L
Decimal 174 211 122 0.18 0 0.42 0.17 84.94 0.5 0.65
Hex AE D3 7A 12 0 2A 11 55 32 41
Octal 256 323 172 22 0 52 21 125 62 101
Binary 10101110 11010011 1111010 10010 0 101010 10001 1010101 110010 1000001

Color Harmonies of #AED37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED37A

Black with #AED37A

Text Example


Text Example

White with #AED37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED37A; }

 p { color: rgb(174,211,122); }

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

background-color css

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

 a { background-color: rgb(174,211,122); }

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

border-color css

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

 span { border-color: rgb(174,211,122); }

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