Html Css Color HEX #AAEB74 Feijoa

📋 copy color: '#AAEB74'

red 170 ◦ green 235 ◦ blue 116

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

Shades of Feijoa #AAEB74

Tints of Feijoa #AAEB74

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.11%

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

R = 32.63%
G = 45.11%
B = 22.26%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#AAEB74 (or 0xAAEB74) is known color: Feijoa. HEX triplet: AA, EB and 74. RGB value is (170,235,116). Sum of RGB (Red+Green+Blue) = 170+235+116=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEB74 is #55148B. Grayscale: #CACACA. Windows color (decimal): -5575820 or 7662506. OLE color: 7662506.

HSL color Cylindrical-coordinate representation of color #AAEB74: hue angle of 92.77º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAEB74 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 235 116 -
CMYK 0.28 0 0.51 0.08
HSL 92.77º 0.75% 0.69% -
HSV(B) 92.77º 0.51% 0.92% -
XYZ 49.44 69.22 27.28 -
YUV 202 79.47 105.18 -
System Red Green Blue C M Y K H S L
Decimal 170 235 116 0.28 0 0.51 0.08 92.77 0.75 0.69
Hex AA EB 74 1C 0 33 8 5D 4B 45
Octal 252 353 164 34 0 63 10 135 113 105
Binary 10101010 11101011 1110100 11100 0 110011 1000 1011101 1001011 1000101

Color Harmonies of #AAEB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB74

Black with #AAEB74

Text Example


Text Example

White with #AAEB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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