Html Css Color HEX #AEE095 Feijoa

📋 copy color: '#AEE095'

red 174 ◦ green 224 ◦ blue 149

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

Shades of Feijoa #AEE095

Tints of Feijoa #AEE095

RGB

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

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

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

R = 31.81%
G = 40.95%
B = 27.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#AEE095 (or 0xAEE095) is known color: Feijoa. HEX triplet: AE, E0 and 95. RGB value is (174,224,149). Sum of RGB (Red+Green+Blue) = 174+224+149=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE095 is #511F6A. Grayscale: #C8C8C8. Windows color (decimal): -5316459 or 9822382. OLE color: 9822382.

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

Color convert

RGB 174 224 149 -
CMYK 0.22 0 0.33 0.12
HSL 100º 0.55% 0.73% -
HSV(B) 100º 0.33% 0.88% -
XYZ 49.54 64.48 38.27 -
YUV 200.5 98.94 109.1 -
System Red Green Blue C M Y K H S L
Decimal 174 224 149 0.22 0 0.33 0.12 100 0.55 0.73
Hex AE E0 95 16 0 21 C 64 37 49
Octal 256 340 225 26 0 41 14 144 67 111
Binary 10101110 11100000 10010101 10110 0 100001 1100 1100100 110111 1001001

Color Harmonies of #AEE095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE095

Black with #AEE095

Text Example


Text Example

White with #AEE095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE095; }

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

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

background-color css

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

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

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

border-color css

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

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

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