Html Css Color HEX #AED199 Feijoa

📋 copy color: '#AED199'

red 174 ◦ green 209 ◦ blue 153

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

Shades of Feijoa #AED199

Tints of Feijoa #AED199

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.99%

 BLUE value IS 153 (60.16% from 255) = 28.54%

R = 32.46%
G = 38.99%
B = 28.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#AED199 (or 0xAED199) is known color: Feijoa. HEX triplet: AE, D1 and 99. RGB value is (174,209,153). Sum of RGB (Red+Green+Blue) = 174+209+153=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 209 - color contains mainly: green. Hex color #AED199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED199 is #512E66. Grayscale: #C0C0C0. Windows color (decimal): -5320295 or 10080686. OLE color: 10080686.

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

Color convert

RGB 174 209 153 -
CMYK 0.17 0 0.27 0.18
HSL 97.5º 0.38% 0.71% -
HSV(B) 97.5º 0.27% 0.82% -
XYZ 46.01 56.9 38.69 -
YUV 192.15 105.9 115.05 -
System Red Green Blue C M Y K H S L
Decimal 174 209 153 0.17 0 0.27 0.18 97.5 0.38 0.71
Hex AE D1 99 11 0 1B 12 62 26 47
Octal 256 321 231 21 0 33 22 142 46 107
Binary 10101110 11010001 10011001 10001 0 11011 10010 1100010 100110 1000111

Color Harmonies of #AED199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED199

Black with #AED199

Text Example


Text Example

White with #AED199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED199; }

 p { color: rgb(174,209,153); }

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

background-color css

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

 a { background-color: rgb(174,209,153); }

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

border-color css

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

 span { border-color: rgb(174,209,153); }

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