#9FE385

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

Shades of Feijoa #9FE385

Tints of Feijoa #9FE385

Color information

#9FE385 (or 0x9FE385) is unknown color: approx Feijoa. HEX triplet: 9F, E3 and 85. RGB value is (159,227,133). Sum of RGB (Red+Green+Blue) = 159+227+133=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 227 (89.06% from 255 or 43.74% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE385 is #601C7A. Grayscale: #C4C4C4. Windows color (decimal): -6298747 or 8774559. OLE color: 8774559.

HSL color Cylindrical-coordinate representation of color #9FE385: hue angle of 103.4º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FE385 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB159227133-
CMYK0.3000.410.11
HSL103.4º62.67%70.59%-
HSV(B)103.4º41.41%89.02%-
XYZ466432.12-
YUV195.9592.47101.64-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.64%
GREEN value IS 227 (89.06% from 255) = 43.74%
BLUE value IS 133 (52.34% from 255) = 25.63%
R=30.64%
G=43.74%
B=25.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1592271330.3000.410.11103.462.6770.59
Hex9FE3851E029B673f47
Octal237343205360511314777107
Binary100111111110001110000101111100101001101111001111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,227,133); }

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

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

 a { background-color: rgb(159,227,133); }

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

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

 span { border-color: rgb(159,227,133); }

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