#9CF175

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

Shades of Feijoa #9CF175

Tints of Feijoa #9CF175

Color information

#9CF175 (or 0x9CF175) is unknown color: approx Feijoa. HEX triplet: 9C, F1 and 75. RGB value is (156,241,117). Sum of RGB (Red+Green+Blue) = 156+241+117=514 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.35% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #9CF175 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF175 is #630E8A. Grayscale: #C9C9C9. Windows color (decimal): -6491787 or 7729564. OLE color: 7729564.

HSL color Cylindrical-coordinate representation of color #9CF175: hue angle of 101.13º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9CF175 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB156241117-
CMYK0.3500.510.05
HSL101.13º81.58%70.2%-
HSV(B)101.13º51.45%94.51%-
XYZ48.3871.2628.04-
YUV201.4580.3495.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.35%
GREEN value IS 241 (94.53% from 255) = 46.89%
BLUE value IS 117 (46.09% from 255) = 22.76%
R=30.35%
G=46.89%
B=22.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1562411170.3500.510.05101.1381.5870.2
Hex9CF175230335655246
Octal234361165430635145122106
Binary100111001111000111101011000110110011101110010110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,241,117); }

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

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

 a { background-color: rgb(156,241,117); }

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

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

 span { border-color: rgb(156,241,117); }

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