Html Css Color HEX #AAEC75 Feijoa

📋 copy color: '#AAEC75'

red 170 ◦ green 236 ◦ blue 117

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

Shades of Feijoa #AAEC75

Tints of Feijoa #AAEC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.37%

R = 32.5%
G = 45.12%
B = 22.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#AAEC75 (or 0xAAEC75) is known color: Feijoa. HEX triplet: AA, EC and 75. RGB value is (170,236,117). Sum of RGB (Red+Green+Blue) = 170+236+117=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC75 is #55138A. Grayscale: #CBCBCB. Windows color (decimal): -5575563 or 7728298. OLE color: 7728298.

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

Color convert

RGB 170 236 117 -
CMYK 0.28 0 0.50 0.07
HSL 93.28º 0.76% 0.69% -
HSV(B) 93.28º 0.5% 0.93% -
XYZ 49.78 69.82 27.68 -
YUV 202.7 79.63 104.68 -
System Red Green Blue C M Y K H S L
Decimal 170 236 117 0.28 0 0.50 0.07 93.28 0.76 0.69
Hex AA EC 75 1C 0 32 7 5D 4C 45
Octal 252 354 165 34 0 62 7 135 114 105
Binary 10101010 11101100 1110101 11100 0 110010 111 1011101 1001100 1000101

Color Harmonies of #AAEC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC75

Black with #AAEC75

Text Example


Text Example

White with #AAEC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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