#9AE575

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

Shades of Feijoa #9AE575

Tints of Feijoa #9AE575

Color information

#9AE575 (or 0x9AE575) is unknown color: approx Feijoa. HEX triplet: 9A, E5 and 75. RGB value is (154,229,117). Sum of RGB (Red+Green+Blue) = 154+229+117=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 229 - color contains mainly: green. Hex color #9AE575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE575 is #651A8A. Grayscale: #C2C2C2. Windows color (decimal): -6625931 or 7726490. OLE color: 7726490.

HSL color Cylindrical-coordinate representation of color #9AE575: hue angle of 100.18º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9AE575 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB154229117-
CMYK0.3300.490.10
HSL100.18º68.29%67.84%-
HSV(B)100.18º48.91%89.8%-
XYZ44.5664.1926.87-
YUV193.8184.6599.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.8%
GREEN value IS 229 (89.84% from 255) = 45.8%
BLUE value IS 117 (46.09% from 255) = 23.4%
R=30.8%
G=45.8%
B=23.4%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1542291170.3300.490.10100.1868.2967.84
Hex9AE57521031A644444
Octal2323451654106112144104104
Binary1001101011100101111010110000101100011010110010010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,229,117); }

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

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

 a { background-color: rgb(154,229,117); }

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

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

 span { border-color: rgb(154,229,117); }

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