Html Css Color HEX #AED092 Feijoa

📋 copy color: '#AED092'

red 174 ◦ green 208 ◦ blue 146

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

Shades of Feijoa #AED092

Tints of Feijoa #AED092

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.39%

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

R = 32.95%
G = 39.39%
B = 27.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#AED092 (or 0xAED092) is known color: Feijoa. HEX triplet: AE, D0 and 92. RGB value is (174,208,146). Sum of RGB (Red+Green+Blue) = 174+208+146=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 208 - color contains mainly: green. Hex color #AED092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED092 is #512F6D. Grayscale: #BEBEBE. Windows color (decimal): -5320558 or 9621678. OLE color: 9621678.

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

Color convert

RGB 174 208 146 -
CMYK 0.16 0 0.30 0.18
HSL 92.9º 0.4% 0.69% -
HSV(B) 92.9º 0.3% 0.82% -
XYZ 45.2 56.19 35.66 -
YUV 190.77 102.74 116.04 -
System Red Green Blue C M Y K H S L
Decimal 174 208 146 0.16 0 0.30 0.18 92.9 0.4 0.69
Hex AE D0 92 10 0 1E 12 5D 28 45
Octal 256 320 222 20 0 36 22 135 50 105
Binary 10101110 11010000 10010010 10000 0 11110 10010 1011101 101000 1000101

Color Harmonies of #AED092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED092

Black with #AED092

Text Example


Text Example

White with #AED092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED092; }

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

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

background-color css

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

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

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

border-color css

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

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

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