Html Css Color HEX #AEE194 Feijoa

📋 copy color: '#AEE194'

red 174 ◦ green 225 ◦ blue 148

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

Shades of Feijoa #AEE194

Tints of Feijoa #AEE194

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.13%

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

R = 31.81%
G = 41.13%
B = 27.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#AEE194 (or 0xAEE194) is known color: Feijoa. HEX triplet: AE, E1 and 94. RGB value is (174,225,148). Sum of RGB (Red+Green+Blue) = 174+225+148=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE194 is #511E6B. Grayscale: #C9C9C9. Windows color (decimal): -5316204 or 9757102. OLE color: 9757102.

HSL color Cylindrical-coordinate representation of color #AEE194: hue angle of 99.74º degrees, saturation: 0.56, 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 #AEE194 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 225 148 -
CMYK 0.23 0 0.34 0.12
HSL 99.74º 0.56% 0.73% -
HSV(B) 99.74º 0.34% 0.88% -
XYZ 49.73 64.99 37.94 -
YUV 200.97 98.1 108.76 -
System Red Green Blue C M Y K H S L
Decimal 174 225 148 0.23 0 0.34 0.12 99.74 0.56 0.73
Hex AE E1 94 17 0 22 C 64 38 49
Octal 256 341 224 27 0 42 14 144 70 111
Binary 10101110 11100001 10010100 10111 0 100010 1100 1100100 111000 1001001

Color Harmonies of #AEE194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE194

Black with #AEE194

Text Example


Text Example

White with #AEE194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE194; }

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

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

background-color css

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

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

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

border-color css

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

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

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