Html Css Color HEX #AAEE74 Feijoa

📋 copy color: '#AAEE74'

red 170 ◦ green 238 ◦ blue 116

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

Shades of Feijoa #AAEE74

Tints of Feijoa #AAEE74

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.42%

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

R = 32.44%
G = 45.42%
B = 22.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#AAEE74 (or 0xAAEE74) is known color: Feijoa. HEX triplet: AA, EE and 74. RGB value is (170,238,116). Sum of RGB (Red+Green+Blue) = 170+238+116=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEE74 is #55118B. Grayscale: #CCCCCC. Windows color (decimal): -5575052 or 7663274. OLE color: 7663274.

HSL color Cylindrical-coordinate representation of color #AAEE74: hue angle of 93.44º degrees, saturation: 0.78, 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 #AAEE74 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 238 116 -
CMYK 0.29 0 0.51 0.07
HSL 93.44º 0.78% 0.69% -
HSV(B) 93.44º 0.51% 0.93% -
XYZ 50.3 70.96 27.57 -
YUV 203.76 78.47 103.92 -
System Red Green Blue C M Y K H S L
Decimal 170 238 116 0.29 0 0.51 0.07 93.44 0.78 0.69
Hex AA EE 74 1D 0 33 7 5D 4E 45
Octal 252 356 164 35 0 63 7 135 116 105
Binary 10101010 11101110 1110100 11101 0 110011 111 1011101 1001110 1000101

Color Harmonies of #AAEE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEE74

Black with #AAEE74

Text Example


Text Example

White with #AAEE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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