Html Css Color HEX #AAEB72 Feijoa

📋 copy color: '#AAEB72'

red 170 ◦ green 235 ◦ blue 114

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

Shades of Feijoa #AAEB72

Tints of Feijoa #AAEB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.97%

R = 32.76%
G = 45.28%
B = 21.97%

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

#AAEB72 (or 0xAAEB72) is known color: Feijoa. HEX triplet: AA, EB and 72. RGB value is (170,235,114). Sum of RGB (Red+Green+Blue) = 170+235+114=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEB72 is #55148D. Grayscale: #CACACA. Windows color (decimal): -5575822 or 7531434. OLE color: 7531434.

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

Color convert

RGB 170 235 114 -
CMYK 0.28 0 0.51 0.08
HSL 92.23º 0.75% 0.68% -
HSV(B) 92.23º 0.51% 0.92% -
XYZ 49.32 69.18 26.67 -
YUV 201.77 78.47 105.34 -
System Red Green Blue C M Y K H S L
Decimal 170 235 114 0.28 0 0.51 0.08 92.23 0.75 0.68
Hex AA EB 72 1C 0 33 8 5C 4B 44
Octal 252 353 162 34 0 63 10 134 113 104
Binary 10101010 11101011 1110010 11100 0 110011 1000 1011100 1001011 1000100

Color Harmonies of #AAEB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB72

Black with #AAEB72

Text Example


Text Example

White with #AAEB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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