Html Css Color HEX #AAEC74 Feijoa

📋 copy color: '#AAEC74'

red 170 ◦ green 236 ◦ blue 116

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

Shades of Feijoa #AAEC74

Tints of Feijoa #AAEC74

RGB

 RED value IS 170 (66.8% from 255) = 32.57%

 GREEN value IS 236 (92.58% from 255) = 45.21%

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

R = 32.57%
G = 45.21%
B = 22.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#AAEC74 (or 0xAAEC74) is known color: Feijoa. HEX triplet: AA, EC and 74. RGB value is (170,236,116). Sum of RGB (Red+Green+Blue) = 170+236+116=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 116 (45.70% from 255 or 22.22% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC74 is #55138B. Grayscale: #CACACA. Windows color (decimal): -5575564 or 7662762. OLE color: 7662762.

HSL color Cylindrical-coordinate representation of color #AAEC74: hue angle of 93º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAEC74 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 236 116 -
CMYK 0.28 0 0.51 0.07
HSL 93º 0.76% 0.69% -
HSV(B) 93º 0.51% 0.93% -
XYZ 49.73 69.8 27.37 -
YUV 202.59 79.13 104.76 -
System Red Green Blue C M Y K H S L
Decimal 170 236 116 0.28 0 0.51 0.07 93 0.76 0.69
Hex AA EC 74 1C 0 33 7 5D 4C 45
Octal 252 354 164 34 0 63 7 135 114 105
Binary 10101010 11101100 1110100 11100 0 110011 111 1011101 1001100 1000101

Color Harmonies of #AAEC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC74

Black with #AAEC74

Text Example


Text Example

White with #AAEC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC74; }

 p { color: rgb(170,236,116); }

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

background-color css

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

 a { background-color: rgb(170,236,116); }

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

border-color css

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

 span { border-color: rgb(170,236,116); }

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