Html Css Color HEX #AED390 Feijoa

📋 copy color: '#AED390'

red 174 ◦ green 211 ◦ blue 144

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

Shades of Feijoa #AED390

Tints of Feijoa #AED390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.22%

R = 32.89%
G = 39.89%
B = 27.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#AED390 (or 0xAED390) is known color: Feijoa. HEX triplet: AE, D3 and 90. RGB value is (174,211,144). Sum of RGB (Red+Green+Blue) = 174+211+144=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 211 - color contains mainly: green. Hex color #AED390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED390 is #512C6F. Grayscale: #C0C0C0. Windows color (decimal): -5319792 or 9491374. OLE color: 9491374.

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

Color convert

RGB 174 211 144 -
CMYK 0.18 0 0.32 0.17
HSL 93.13º 0.43% 0.7% -
HSV(B) 93.13º 0.32% 0.83% -
XYZ 45.78 57.6 35.09 -
YUV 192.3 100.74 114.95 -
System Red Green Blue C M Y K H S L
Decimal 174 211 144 0.18 0 0.32 0.17 93.13 0.43 0.7
Hex AE D3 90 12 0 20 11 5D 2B 46
Octal 256 323 220 22 0 40 21 135 53 106
Binary 10101110 11010011 10010000 10010 0 100000 10001 1011101 101011 1000110

Color Harmonies of #AED390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED390

Black with #AED390

Text Example


Text Example

White with #AED390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED390; }

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

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

background-color css

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

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

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

border-color css

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

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

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