Html Css Color HEX #AAE875 Feijoa

📋 copy color: '#AAE875'

red 170 ◦ green 232 ◦ blue 117

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

Shades of Feijoa #AAE875

Tints of Feijoa #AAE875

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.7%

 BLUE value IS 117 (46.09% from 255) = 22.54%

R = 32.76%
G = 44.7%
B = 22.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#AAE875 (or 0xAAE875) is known color: Feijoa. HEX triplet: AA, E8 and 75. RGB value is (170,232,117). Sum of RGB (Red+Green+Blue) = 170+232+117=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE875 is #55178A. Grayscale: #C8C8C8. Windows color (decimal): -5576587 or 7727274. OLE color: 7727274.

HSL color Cylindrical-coordinate representation of color #AAE875: hue angle of 92.35º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAE875 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 232 117 -
CMYK 0.27 0 0.50 0.09
HSL 92.35º 0.71% 0.68% -
HSV(B) 92.35º 0.5% 0.91% -
XYZ 48.65 67.54 27.3 -
YUV 200.35 80.96 106.35 -
System Red Green Blue C M Y K H S L
Decimal 170 232 117 0.27 0 0.50 0.09 92.35 0.71 0.68
Hex AA E8 75 1B 0 32 9 5C 47 44
Octal 252 350 165 33 0 62 11 134 107 104
Binary 10101010 11101000 1110101 11011 0 110010 1001 1011100 1000111 1000100

Color Harmonies of #AAE875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE875

Black with #AAE875

Text Example


Text Example

White with #AAE875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE875; }

 p { color: rgb(170,232,117); }

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

background-color css

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

 a { background-color: rgb(170,232,117); }

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

border-color css

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

 span { border-color: rgb(170,232,117); }

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