#9CF576

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

Shades of Feijoa #9CF576

Tints of Feijoa #9CF576

Color information

#9CF576 (or 0x9CF576) is unknown color: approx Feijoa. HEX triplet: 9C, F5 and 76. RGB value is (156,245,118). Sum of RGB (Red+Green+Blue) = 156+245+118=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 245 - color contains mainly: green. Hex color #9CF576 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF576 is #630A89. Grayscale: #CCCCCC. Windows color (decimal): -6490762 or 7796124. OLE color: 7796124.

HSL color Cylindrical-coordinate representation of color #9CF576: hue angle of 102.05º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9CF576 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB156245118-
CMYK0.3600.520.04
HSL102.05º86.39%71.18%-
HSV(B)102.05º51.84%96.08%-
XYZ49.6373.6828.75-
YUV203.9179.5193.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.06%
GREEN value IS 245 (96.09% from 255) = 47.21%
BLUE value IS 118 (46.48% from 255) = 22.74%
R=30.06%
G=47.21%
B=22.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1562451180.3600.520.04102.0586.3971.18
Hex9CF576240344665647
Octal234365166440644146126107
Binary100111001111010111101101001000110100100110011010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,245,118); }

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

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

 a { background-color: rgb(156,245,118); }

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

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

 span { border-color: rgb(156,245,118); }

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