Html Css Color HEX #AEE195 Feijoa

📋 copy color: '#AEE195'

red 174 ◦ green 225 ◦ blue 149

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

Shades of Feijoa #AEE195

Tints of Feijoa #AEE195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.19%

R = 31.75%
G = 41.06%
B = 27.19%

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

#AEE195 (or 0xAEE195) is known color: Feijoa. HEX triplet: AE, E1 and 95. RGB value is (174,225,149). Sum of RGB (Red+Green+Blue) = 174+225+149=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 225 (88.28% from 255 or 41.06% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE195 is #511E6A. Grayscale: #C9C9C9. Windows color (decimal): -5316203 or 9822638. OLE color: 9822638.

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

Color convert

RGB 174 225 149 -
CMYK 0.23 0 0.34 0.12
HSL 100.26º 0.56% 0.73% -
HSV(B) 100.26º 0.34% 0.88% -
XYZ 49.81 65.02 38.36 -
YUV 201.09 98.6 108.68 -
System Red Green Blue C M Y K H S L
Decimal 174 225 149 0.23 0 0.34 0.12 100.26 0.56 0.73
Hex AE E1 95 17 0 22 C 64 38 49
Octal 256 341 225 27 0 42 14 144 70 111
Binary 10101110 11100001 10010101 10111 0 100010 1100 1100100 111000 1001001

Color Harmonies of #AEE195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE195

Black with #AEE195

Text Example


Text Example

White with #AEE195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE195; }

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

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

background-color css

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

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

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

border-color css

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

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

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