#9AE364

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

Shades of Feijoa #9AE364

Tints of Feijoa #9AE364

Color information

#9AE364 (or 0x9AE364) is unknown color: approx Feijoa. HEX triplet: 9A, E3 and 64. RGB value is (154,227,100). Sum of RGB (Red+Green+Blue) = 154+227+100=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 227 - color contains mainly: green. Hex color #9AE364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE364 is #651C9B. Grayscale: #BFBFBF. Windows color (decimal): -6626460 or 6611866. OLE color: 6611866.

HSL color Cylindrical-coordinate representation of color #9AE364: hue angle of 94.49º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9AE364 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB154227100-
CMYK0.3200.560.11
HSL94.49º69.4%64.12%-
HSV(B)94.49º55.95%89.02%-
XYZ43.162.7321.89-
YUV190.776.82101.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.02%
GREEN value IS 227 (89.06% from 255) = 47.19%
BLUE value IS 100 (39.45% from 255) = 20.79%
R=32.02%
G=47.19%
B=20.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1542271000.3200.560.1194.4969.464.12
Hex9AE36420038B5e4540
Octal2323431444007013136105100
Binary1001101011100011110010010000001110001011101111010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,227,100); }

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

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

 a { background-color: rgb(154,227,100); }

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

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

 span { border-color: rgb(154,227,100); }

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