#9FC050

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

Shades of Celery #9FC050

Tints of Celery #9FC050

Color information

#9FC050 (or 0x9FC050) is unknown color: approx Celery. HEX triplet: 9F, C0 and 50. RGB value is (159,192,80). Sum of RGB (Red+Green+Blue) = 159+192+80=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC050 is #603FAF. Grayscale: #A9A9A9. Windows color (decimal): -6307760 or 5292191. OLE color: 5292191.

HSL color Cylindrical-coordinate representation of color #9FC050: hue angle of 77.68º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FC050 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB15919280-
CMYK0.1700.580.25
HSL77.68º47.06%53.33%-
HSV(B)77.68º58.33%75.29%-
XYZ34.645.6514.58-
YUV169.3677.57120.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.89%
GREEN value IS 192 (75.39% from 255) = 44.55%
BLUE value IS 80 (31.64% from 255) = 18.56%
R=36.89%
G=44.55%
B=18.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159192800.1700.580.2577.6847.0653.33
Hex9FC0501103A194e2f35
Octal23730012021072311165765
Binary10011111110000001010000100010111010110011001110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,192,80); }

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

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

 a { background-color: rgb(159,192,80); }

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

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

 span { border-color: rgb(159,192,80); }

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