Html Css Color HEX #AEE074 Feijoa

📋 copy color: '#AEE074'

red 174 ◦ green 224 ◦ blue 116

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

Shades of Feijoa #AEE074

Tints of Feijoa #AEE074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.57%

R = 33.85%
G = 43.58%
B = 22.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#AEE074 (or 0xAEE074) is known color: Feijoa. HEX triplet: AE, E0 and 74. RGB value is (174,224,116). Sum of RGB (Red+Green+Blue) = 174+224+116=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE074 is #511F8B. Grayscale: #C5C5C5. Windows color (decimal): -5316492 or 7659694. OLE color: 7659694.

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

Color convert

RGB 174 224 116 -
CMYK 0.22 0 0.48 0.12
HSL 87.78º 0.64% 0.67% -
HSV(B) 87.78º 0.48% 0.88% -
XYZ 47.26 63.57 26.3 -
YUV 196.74 82.44 111.78 -
System Red Green Blue C M Y K H S L
Decimal 174 224 116 0.22 0 0.48 0.12 87.78 0.64 0.67
Hex AE E0 74 16 0 30 C 58 40 43
Octal 256 340 164 26 0 60 14 130 100 103
Binary 10101110 11100000 1110100 10110 0 110000 1100 1011000 1000000 1000011

Color Harmonies of #AEE074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE074

Black with #AEE074

Text Example


Text Example

White with #AEE074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE074; }

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

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

background-color css

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

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

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

border-color css

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

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

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