Html Css Color HEX #AAE76C Feijoa

📋 copy color: '#AAE76C'

red 170 ◦ green 231 ◦ blue 108

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

Shades of Feijoa #AAE76C

Tints of Feijoa #AAE76C

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.38%

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

R = 33.4%
G = 45.38%
B = 21.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#AAE76C (or 0xAAE76C) is known color: Feijoa. HEX triplet: AA, E7 and 6C. RGB value is (170,231,108). Sum of RGB (Red+Green+Blue) = 170+231+108=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 231 (90.62% from 255 or 45.38% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE76C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE76C is #551893. Grayscale: #C7C7C7. Windows color (decimal): -5576852 or 7137194. OLE color: 7137194.

HSL color Cylindrical-coordinate representation of color #AAE76C: hue angle of 89.76º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAE76C is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 231 108 -
CMYK 0.26 0 0.53 0.09
HSL 89.76º 0.72% 0.66% -
HSV(B) 89.76º 0.53% 0.91% -
XYZ 47.86 66.78 24.55 -
YUV 198.74 76.79 107.5 -
System Red Green Blue C M Y K H S L
Decimal 170 231 108 0.26 0 0.53 0.09 89.76 0.72 0.66
Hex AA E7 6C 1A 0 35 9 5A 48 42
Octal 252 347 154 32 0 65 11 132 110 102
Binary 10101010 11100111 1101100 11010 0 110101 1001 1011010 1001000 1000010

Color Harmonies of #AAE76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE76C

Black with #AAE76C

Text Example


Text Example

White with #AAE76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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