Html Css Color HEX #AED498 Feijoa

📋 copy color: '#AED498'

red 174 ◦ green 212 ◦ blue 152

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

Shades of Feijoa #AED498

Tints of Feijoa #AED498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.25%

R = 32.34%
G = 39.41%
B = 28.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#AED498 (or 0xAED498) is known color: Feijoa. HEX triplet: AE, D4 and 98. RGB value is (174,212,152). Sum of RGB (Red+Green+Blue) = 174+212+152=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #AED498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED498 is #512B67. Grayscale: #C2C2C2. Windows color (decimal): -5319528 or 10015918. OLE color: 10015918.

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

Color convert

RGB 174 212 152 -
CMYK 0.18 0 0.28 0.17
HSL 98º 0.41% 0.71% -
HSV(B) 98º 0.28% 0.83% -
XYZ 46.67 58.35 38.51 -
YUV 193.8 104.41 113.88 -
System Red Green Blue C M Y K H S L
Decimal 174 212 152 0.18 0 0.28 0.17 98 0.41 0.71
Hex AE D4 98 12 0 1C 11 62 29 47
Octal 256 324 230 22 0 34 21 142 51 107
Binary 10101110 11010100 10011000 10010 0 11100 10001 1100010 101001 1000111

Color Harmonies of #AED498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED498

Black with #AED498

Text Example


Text Example

White with #AED498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED498; }

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

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

background-color css

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

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

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

border-color css

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

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

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