#9AE86A

Color #9AE86A Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #9AE86A

Tints of Feijoa #9AE86A

Color information

#9AE86A (or 0x9AE86A) is unknown color: approx Feijoa. HEX triplet: 9A, E8 and 6A. RGB value is (154,232,106). Sum of RGB (Red+Green+Blue) = 154+232+106=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 232 (91.02% from 255 or 47.15% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 232 - color contains mainly: green. Hex color #9AE86A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AE86A is #651795. Grayscale: #C2C2C2. Windows color (decimal): -6625174 or 7006362. OLE color: 7006362.

HSL color Cylindrical-coordinate representation of color #9AE86A: hue angle of 97.14º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9AE86A is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB154232106-
CMYK0.3400.540.09
HSL97.14º73.26%66.27%-
HSV(B)97.14º54.31%90.98%-
XYZ44.7865.6223.94-
YUV194.3178.1699.25-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.30%
GREEN value IS 232 (91.02% from 255) = 47.15%
BLUE value IS 106 (41.80% from 255) = 21.54%
R=31.30%
G=47.15%
B=21.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1542321060.3400.540.0997.1473.2666.27
Hex9AE86A220369614942
Octal2323501524206611141111102
Binary1001101011101000110101010001001101101001110000110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AE86A; }

 p { color: rgb(154,232,106); }

 H1.HeaderClassName
 {
   color: #9AE86A;
 }
 .AnyTagClassName
 {
   color: #9AE86A;
 }
</style>
background-color css

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

 a { background-color: rgb(154,232,106); }

 div.DivClassName
 {
   background-color: #9AE86A;
 }
 .BgClassName
 {
   background-color: #9AE86A;
 }
</style>
border-color css

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

 span { border-color: rgb(154,232,106); }

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