Html Css Color HEX #AAEC6C Feijoa

📋 copy color: '#AAEC6C'

red 170 ◦ green 236 ◦ blue 108

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

Shades of Feijoa #AAEC6C

Tints of Feijoa #AAEC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.01%

R = 33.07%
G = 45.91%
B = 21.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#AAEC6C (or 0xAAEC6C) is known color: Feijoa. HEX triplet: AA, EC and 6C. RGB value is (170,236,108). Sum of RGB (Red+Green+Blue) = 170+236+108=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC6C is #551393. Grayscale: #CACACA. Windows color (decimal): -5575572 or 7138474. OLE color: 7138474.

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

Color convert

RGB 170 236 108 -
CMYK 0.28 0 0.54 0.07
HSL 90.94º 0.77% 0.67% -
HSV(B) 90.94º 0.54% 0.93% -
XYZ 49.28 69.62 25.03 -
YUV 201.67 75.13 105.41 -
System Red Green Blue C M Y K H S L
Decimal 170 236 108 0.28 0 0.54 0.07 90.94 0.77 0.67
Hex AA EC 6C 1C 0 36 7 5B 4D 43
Octal 252 354 154 34 0 66 7 133 115 103
Binary 10101010 11101100 1101100 11100 0 110110 111 1011011 1001101 1000011

Color Harmonies of #AAEC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC6C

Black with #AAEC6C

Text Example


Text Example

White with #AAEC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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