Html Css Color HEX #AEE370 Feijoa

📋 copy color: '#AEE370'

red 174 ◦ green 227 ◦ blue 112

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

Shades of Feijoa #AEE370

Tints of Feijoa #AEE370

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.25%

 BLUE value IS 112 (44.14% from 255) = 21.83%

R = 33.92%
G = 44.25%
B = 21.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#AEE370 (or 0xAEE370) is known color: Feijoa. HEX triplet: AE, E3 and 70. RGB value is (174,227,112). Sum of RGB (Red+Green+Blue) = 174+227+112=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 227 (89.06% from 255 or 44.25% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE370 is #511C8F. Grayscale: #C6C6C6. Windows color (decimal): -5315728 or 7398318. OLE color: 7398318.

HSL color Cylindrical-coordinate representation of color #AEE370: hue angle of 87.65º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AEE370 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 227 112 -
CMYK 0.23 0 0.51 0.11
HSL 87.65º 0.67% 0.66% -
HSV(B) 87.65º 0.51% 0.89% -
XYZ 47.85 65.11 25.37 -
YUV 198.04 79.44 110.85 -
System Red Green Blue C M Y K H S L
Decimal 174 227 112 0.23 0 0.51 0.11 87.65 0.67 0.66
Hex AE E3 70 17 0 33 B 58 43 42
Octal 256 343 160 27 0 63 13 130 103 102
Binary 10101110 11100011 1110000 10111 0 110011 1011 1011000 1000011 1000010

Color Harmonies of #AEE370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE370

Black with #AEE370

Text Example


Text Example

White with #AEE370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE370; }

 p { color: rgb(174,227,112); }

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

background-color css

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

 a { background-color: rgb(174,227,112); }

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

border-color css

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

 span { border-color: rgb(174,227,112); }

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