Html Css Color HEX #AEDC92 Feijoa

📋 copy color: '#AEDC92'

red 174 ◦ green 220 ◦ blue 146

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

Shades of Feijoa #AEDC92

Tints of Feijoa #AEDC92

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.74%

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

R = 32.22%
G = 40.74%
B = 27.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#AEDC92 (or 0xAEDC92) is known color: Feijoa. HEX triplet: AE, DC and 92. RGB value is (174,220,146). Sum of RGB (Red+Green+Blue) = 174+220+146=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDC92 is #51236D. Grayscale: #C6C6C6. Windows color (decimal): -5317486 or 9624750. OLE color: 9624750.

HSL color Cylindrical-coordinate representation of color #AEDC92: hue angle of 97.3º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEDC92 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 220 146 -
CMYK 0.21 0 0.34 0.14
HSL 97.3º 0.51% 0.72% -
HSV(B) 97.3º 0.34% 0.86% -
XYZ 48.24 62.26 36.67 -
YUV 197.81 98.76 111.02 -
System Red Green Blue C M Y K H S L
Decimal 174 220 146 0.21 0 0.34 0.14 97.3 0.51 0.72
Hex AE DC 92 15 0 22 E 61 33 48
Octal 256 334 222 25 0 42 16 141 63 110
Binary 10101110 11011100 10010010 10101 0 100010 1110 1100001 110011 1001000

Color Harmonies of #AEDC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDC92

Black with #AEDC92

Text Example


Text Example

White with #AEDC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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