Html Css Color HEX #AEEA71 Feijoa

📋 copy color: '#AEEA71'

red 174 ◦ green 234 ◦ blue 113

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

Shades of Feijoa #AEEA71

Tints of Feijoa #AEEA71

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.91%

 BLUE value IS 113 (44.53% from 255) = 21.69%

R = 33.4%
G = 44.91%
B = 21.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#AEEA71 (or 0xAEEA71) is known color: Feijoa. HEX triplet: AE, EA and 71. RGB value is (174,234,113). Sum of RGB (Red+Green+Blue) = 174+234+113=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEA71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEA71 is #51158E. Grayscale: #CACACA. Windows color (decimal): -5313935 or 7465646. OLE color: 7465646.

HSL color Cylindrical-coordinate representation of color #AEEA71: hue angle of 89.75º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AEEA71 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 234 113 -
CMYK 0.26 0 0.52 0.08
HSL 89.75º 0.74% 0.68% -
HSV(B) 89.75º 0.52% 0.92% -
XYZ 49.86 69.04 26.32 -
YUV 202.27 77.62 107.84 -
System Red Green Blue C M Y K H S L
Decimal 174 234 113 0.26 0 0.52 0.08 89.75 0.74 0.68
Hex AE EA 71 1A 0 34 8 5A 4A 44
Octal 256 352 161 32 0 64 10 132 112 104
Binary 10101110 11101010 1110001 11010 0 110100 1000 1011010 1001010 1000100

Color Harmonies of #AEEA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEA71

Black with #AEEA71

Text Example


Text Example

White with #AEEA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEA71; }

 p { color: rgb(174,234,113); }

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

background-color css

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

 a { background-color: rgb(174,234,113); }

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

border-color css

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

 span { border-color: rgb(174,234,113); }

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