#9AE466

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

Shades of Feijoa #9AE466

Tints of Feijoa #9AE466

Color information

#9AE466 (or 0x9AE466) is unknown color: approx Feijoa. HEX triplet: 9A, E4 and 66. RGB value is (154,228,102). Sum of RGB (Red+Green+Blue) = 154+228+102=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 228 (89.45% from 255 or 47.11% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 228 - color contains mainly: green. Hex color #9AE466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE466 is #651B99. Grayscale: #BFBFBF. Windows color (decimal): -6626202 or 6743194. OLE color: 6743194.

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

Color convert

RGB154228102-
CMYK0.3200.550.11
HSL95.24º70%64.71%-
HSV(B)95.24º55.26%89.41%-
XYZ43.4763.3222.5-
YUV191.5177.48101.25-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.82%
GREEN value IS 228 (89.45% from 255) = 47.11%
BLUE value IS 102 (40.23% from 255) = 21.07%
R=31.82%
G=47.11%
B=21.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1542281020.3200.550.1195.247064.71
Hex9AE46620037B5f4641
Octal2323441464006713137106101
Binary1001101011100100110011010000001101111011101111110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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