Html Css Color HEX #AAE078 Feijoa

📋 copy color: '#AAE078'

red 170 ◦ green 224 ◦ blue 120

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

Shades of Feijoa #AAE078

Tints of Feijoa #AAE078

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.58%

 BLUE value IS 120 (47.27% from 255) = 23.35%

R = 33.07%
G = 43.58%
B = 23.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#AAE078 (or 0xAAE078) is known color: Feijoa. HEX triplet: AA, E0 and 78. RGB value is (170,224,120). Sum of RGB (Red+Green+Blue) = 170+224+120=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE078 is #551F87. Grayscale: #C4C4C4. Windows color (decimal): -5578632 or 7921834. OLE color: 7921834.

HSL color Cylindrical-coordinate representation of color #AAE078: hue angle of 91.15º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAE078 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 224 120 -
CMYK 0.24 0 0.46 0.12
HSL 91.15º 0.63% 0.67% -
HSV(B) 91.15º 0.46% 0.88% -
XYZ 46.62 63.21 27.51 -
YUV 196 85.11 109.46 -
System Red Green Blue C M Y K H S L
Decimal 170 224 120 0.24 0 0.46 0.12 91.15 0.63 0.67
Hex AA E0 78 18 0 2E C 5B 3F 43
Octal 252 340 170 30 0 56 14 133 77 103
Binary 10101010 11100000 1111000 11000 0 101110 1100 1011011 111111 1000011

Color Harmonies of #AAE078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE078

Black with #AAE078

Text Example


Text Example

White with #AAE078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE078; }

 p { color: rgb(170,224,120); }

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

background-color css

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

 a { background-color: rgb(170,224,120); }

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

border-color css

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

 span { border-color: rgb(170,224,120); }

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