#9AE464

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

Shades of Feijoa #9AE464

Tints of Feijoa #9AE464

Color information

#9AE464 (or 0x9AE464) is unknown color: approx Feijoa. HEX triplet: 9A, E4 and 64. RGB value is (154,228,100). Sum of RGB (Red+Green+Blue) = 154+228+100=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 228 - color contains mainly: green. Hex color #9AE464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE464 is #651B9B. Grayscale: #BFBFBF. Windows color (decimal): -6626204 or 6612122. OLE color: 6612122.

HSL color Cylindrical-coordinate representation of color #9AE464: hue angle of 94.69º degrees, saturation: 0.7, 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 #9AE464 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB154228100-
CMYK0.3200.560.11
HSL94.69º70.33%64.31%-
HSV(B)94.69º56.14%89.41%-
XYZ43.3763.2821.98-
YUV191.2876.48101.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.95%
GREEN value IS 228 (89.45% from 255) = 47.30%
BLUE value IS 100 (39.45% from 255) = 20.75%
R=31.95%
G=47.30%
B=20.75%

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
Decimal1542281000.3200.560.1194.6970.3364.31
Hex9AE46420038B5f4640
Octal2323441444007013137106100
Binary1001101011100100110010010000001110001011101111110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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