Html Css Color HEX #AED992 Feijoa

📋 copy color: '#AED992'

red 174 ◦ green 217 ◦ blue 146

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

Shades of Feijoa #AED992

Tints of Feijoa #AED992

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.41%

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

R = 32.4%
G = 40.41%
B = 27.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#AED992 (or 0xAED992) is known color: Feijoa. HEX triplet: AE, D9 and 92. RGB value is (174,217,146). Sum of RGB (Red+Green+Blue) = 174+217+146=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #AED992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED992 is #51266D. Grayscale: #C4C4C4. Windows color (decimal): -5318254 or 9623982. OLE color: 9623982.

HSL color Cylindrical-coordinate representation of color #AED992: hue angle of 96.34º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AED992 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 217 146 -
CMYK 0.20 0 0.33 0.15
HSL 96.34º 0.48% 0.71% -
HSV(B) 96.34º 0.33% 0.85% -
XYZ 47.46 60.7 36.41 -
YUV 196.05 99.75 112.27 -
System Red Green Blue C M Y K H S L
Decimal 174 217 146 0.20 0 0.33 0.15 96.34 0.48 0.71
Hex AE D9 92 14 0 21 F 60 30 47
Octal 256 331 222 24 0 41 17 140 60 107
Binary 10101110 11011001 10010010 10100 0 100001 1111 1100000 110000 1000111

Color Harmonies of #AED992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED992

Black with #AED992

Text Example


Text Example

White with #AED992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED992; }

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

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

background-color css

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

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

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

border-color css

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

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

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