Html Css Color HEX #AED398 Feijoa

📋 copy color: '#AED398'

red 174 ◦ green 211 ◦ blue 152

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

Shades of Feijoa #AED398

Tints of Feijoa #AED398

RGB

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

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

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

R = 32.4%
G = 39.29%
B = 28.31%

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

#AED398 (or 0xAED398) is known color: Feijoa. HEX triplet: AE, D3 and 98. RGB value is (174,211,152). Sum of RGB (Red+Green+Blue) = 174+211+152=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 211 - color contains mainly: green. Hex color #AED398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED398 is #512C67. Grayscale: #C1C1C1. Windows color (decimal): -5319784 or 10015662. OLE color: 10015662.

HSL color Cylindrical-coordinate representation of color #AED398: hue angle of 97.63º degrees, saturation: 0.4, 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 #AED398 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 211 152 -
CMYK 0.18 0 0.28 0.17
HSL 97.63º 0.4% 0.71% -
HSV(B) 97.63º 0.28% 0.83% -
XYZ 46.42 57.85 38.43 -
YUV 193.21 104.74 114.3 -
System Red Green Blue C M Y K H S L
Decimal 174 211 152 0.18 0 0.28 0.17 97.63 0.4 0.71
Hex AE D3 98 12 0 1C 11 62 28 47
Octal 256 323 230 22 0 34 21 142 50 107
Binary 10101110 11010011 10011000 10010 0 11100 10001 1100010 101000 1000111

Color Harmonies of #AED398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED398

Black with #AED398

Text Example


Text Example

White with #AED398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED398; }

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

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

background-color css

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

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

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

border-color css

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

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

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