Html Css Color HEX #AED594 Feijoa

📋 copy color: '#AED594'

red 174 ◦ green 213 ◦ blue 148

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

Shades of Feijoa #AED594

Tints of Feijoa #AED594

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.81%

 BLUE value IS 148 (58.2% from 255) = 27.66%

R = 32.52%
G = 39.81%
B = 27.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#AED594 (or 0xAED594) is known color: Feijoa. HEX triplet: AE, D5 and 94. RGB value is (174,213,148). Sum of RGB (Red+Green+Blue) = 174+213+148=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #AED594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED594 is #512A6B. Grayscale: #C2C2C2. Windows color (decimal): -5319276 or 9754030. OLE color: 9754030.

HSL color Cylindrical-coordinate representation of color #AED594: hue angle of 96º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AED594 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 213 148 -
CMYK 0.18 0 0.31 0.16
HSL 96º 0.44% 0.71% -
HSV(B) 96º 0.31% 0.84% -
XYZ 46.6 58.73 36.9 -
YUV 193.93 102.08 113.79 -
System Red Green Blue C M Y K H S L
Decimal 174 213 148 0.18 0 0.31 0.16 96 0.44 0.71
Hex AE D5 94 12 0 1F 10 60 2C 47
Octal 256 325 224 22 0 37 20 140 54 107
Binary 10101110 11010101 10010100 10010 0 11111 10000 1100000 101100 1000111

Color Harmonies of #AED594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED594

Black with #AED594

Text Example


Text Example

White with #AED594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED594; }

 p { color: rgb(174,213,148); }

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

background-color css

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

 a { background-color: rgb(174,213,148); }

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

border-color css

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

 span { border-color: rgb(174,213,148); }

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