#9CF875

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

Shades of Feijoa #9CF875

Tints of Feijoa #9CF875

Color information

#9CF875 (or 0x9CF875) is unknown color: approx Feijoa. HEX triplet: 9C, F8 and 75. RGB value is (156,248,117). Sum of RGB (Red+Green+Blue) = 156+248+117=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #9CF875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF875 is #63078A. Grayscale: #CDCDCD. Windows color (decimal): -6489995 or 7731356. OLE color: 7731356.

HSL color Cylindrical-coordinate representation of color #9CF875: hue angle of 102.14º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9CF875 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB156248117-
CMYK0.3700.530.03
HSL102.14º90.34%71.57%-
HSV(B)102.14º52.82%97.25%-
XYZ50.4975.4928.74-
YUV205.5678.0292.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.94%
GREEN value IS 248 (97.27% from 255) = 47.60%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=29.94%
G=47.60%
B=22.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1562481170.3700.530.03102.1490.3471.57
Hex9CF875250353665a48
Octal234370165450653146132110
Binary10011100111110001110101100101011010111110011010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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