Html Css Color HEX #AED192 Feijoa

📋 copy color: '#AED192'

red 174 ◦ green 209 ◦ blue 146

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

Shades of Feijoa #AED192

Tints of Feijoa #AED192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.6%

R = 32.89%
G = 39.51%
B = 27.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#AED192 (or 0xAED192) is known color: Feijoa. HEX triplet: AE, D1 and 92. RGB value is (174,209,146). Sum of RGB (Red+Green+Blue) = 174+209+146=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 209 (82.03% from 255 or 39.51% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 209 - color contains mainly: green. Hex color #AED192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED192 is #512E6D. Grayscale: #BFBFBF. Windows color (decimal): -5320302 or 9621934. OLE color: 9621934.

HSL color Cylindrical-coordinate representation of color #AED192: hue angle of 93.33º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AED192 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 209 146 -
CMYK 0.17 0 0.30 0.18
HSL 93.33º 0.41% 0.7% -
HSV(B) 93.33º 0.3% 0.82% -
XYZ 45.44 56.67 35.74 -
YUV 191.35 102.4 115.62 -
System Red Green Blue C M Y K H S L
Decimal 174 209 146 0.17 0 0.30 0.18 93.33 0.41 0.7
Hex AE D1 92 11 0 1E 12 5D 29 46
Octal 256 321 222 21 0 36 22 135 51 106
Binary 10101110 11010001 10010010 10001 0 11110 10010 1011101 101001 1000110

Color Harmonies of #AED192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED192

Black with #AED192

Text Example


Text Example

White with #AED192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED192; }

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

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

background-color css

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

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

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

border-color css

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

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

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