#9FE66C

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

Shades of Feijoa #9FE66C

Tints of Feijoa #9FE66C

Color information

#9FE66C (or 0x9FE66C) is unknown color: approx Feijoa. HEX triplet: 9F, E6 and 6C. RGB value is (159,230,108). Sum of RGB (Red+Green+Blue) = 159+230+108=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 230 - color contains mainly: green. Hex color #9FE66C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE66C is #601993. Grayscale: #C3C3C3. Windows color (decimal): -6298004 or 7136927. OLE color: 7136927.

HSL color Cylindrical-coordinate representation of color #9FE66C: hue angle of 94.92º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FE66C is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB159230108-
CMYK0.3100.530.10
HSL94.92º70.93%66.27%-
HSV(B)94.92º53.04%90.2%-
XYZ45.365.0524.36-
YUV194.8678.98102.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.99%
GREEN value IS 230 (90.23% from 255) = 46.28%
BLUE value IS 108 (42.58% from 255) = 21.73%
R=31.99%
G=46.28%
B=21.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1592301080.3100.530.1094.9270.9366.27
Hex9FE66C1F035A5f4742
Octal2373461543706512137107102
Binary100111111110011011011001111101101011010101111110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,230,108); }

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

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

 a { background-color: rgb(159,230,108); }

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

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

 span { border-color: rgb(159,230,108); }

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