Html Css Color HEX #AEE094 Feijoa

📋 copy color: '#AEE094'

red 174 ◦ green 224 ◦ blue 148

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

Shades of Feijoa #AEE094

Tints of Feijoa #AEE094

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.03%

 BLUE value IS 148 (58.2% from 255) = 27.11%

R = 31.87%
G = 41.03%
B = 27.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#AEE094 (or 0xAEE094) is known color: Feijoa. HEX triplet: AE, E0 and 94. RGB value is (174,224,148). Sum of RGB (Red+Green+Blue) = 174+224+148=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE094 is #511F6B. Grayscale: #C8C8C8. Windows color (decimal): -5316460 or 9756846. OLE color: 9756846.

HSL color Cylindrical-coordinate representation of color #AEE094: hue angle of 99.47º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEE094 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 224 148 -
CMYK 0.22 0 0.34 0.12
HSL 99.47º 0.55% 0.73% -
HSV(B) 99.47º 0.34% 0.88% -
XYZ 49.46 64.45 37.85 -
YUV 200.39 98.44 109.18 -
System Red Green Blue C M Y K H S L
Decimal 174 224 148 0.22 0 0.34 0.12 99.47 0.55 0.73
Hex AE E0 94 16 0 22 C 63 37 49
Octal 256 340 224 26 0 42 14 143 67 111
Binary 10101110 11100000 10010100 10110 0 100010 1100 1100011 110111 1001001

Color Harmonies of #AEE094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE094

Black with #AEE094

Text Example


Text Example

White with #AEE094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE094; }

 p { color: rgb(174,224,148); }

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

background-color css

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

 a { background-color: rgb(174,224,148); }

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

border-color css

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

 span { border-color: rgb(174,224,148); }

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