Html Css Color HEX #AEE072 Feijoa

📋 copy color: '#AEE072'

red 174 ◦ green 224 ◦ blue 114

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

Shades of Feijoa #AEE072

Tints of Feijoa #AEE072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.27%

R = 33.98%
G = 43.75%
B = 22.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#AEE072 (or 0xAEE072) is known color: Feijoa. HEX triplet: AE, E0 and 72. RGB value is (174,224,114). Sum of RGB (Red+Green+Blue) = 174+224+114=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE072 is #511F8D. Grayscale: #C4C4C4. Windows color (decimal): -5316494 or 7528622. OLE color: 7528622.

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

Color convert

RGB 174 224 114 -
CMYK 0.22 0 0.49 0.12
HSL 87.27º 0.64% 0.66% -
HSV(B) 87.27º 0.49% 0.88% -
XYZ 47.15 63.52 25.7 -
YUV 196.51 81.44 111.94 -
System Red Green Blue C M Y K H S L
Decimal 174 224 114 0.22 0 0.49 0.12 87.27 0.64 0.66
Hex AE E0 72 16 0 31 C 57 40 42
Octal 256 340 162 26 0 61 14 127 100 102
Binary 10101110 11100000 1110010 10110 0 110001 1100 1010111 1000000 1000010

Color Harmonies of #AEE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE072

Black with #AEE072

Text Example


Text Example

White with #AEE072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE072; }

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

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

background-color css

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

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

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

border-color css

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

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

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