#9FC052

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

Shades of Celery #9FC052

Tints of Celery #9FC052

Color information

#9FC052 (or 0x9FC052) is unknown color: approx Celery. HEX triplet: 9F, C0 and 52. RGB value is (159,192,82). Sum of RGB (Red+Green+Blue) = 159+192+82=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC052 is #603FAD. Grayscale: #AAAAAA. Windows color (decimal): -6307758 or 5423263. OLE color: 5423263.

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

Color convert

RGB15919282-
CMYK0.1700.570.25
HSL78º46.61%53.73%-
HSV(B)78º57.29%75.29%-
XYZ34.6745.6814.97-
YUV169.5978.57120.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.72%
GREEN value IS 192 (75.39% from 255) = 44.34%
BLUE value IS 82 (32.42% from 255) = 18.94%
R=36.72%
G=44.34%
B=18.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159192820.1700.570.257846.6153.73
Hex9FC05211039194e2f36
Octal23730012221071311165766
Binary10011111110000001010010100010111001110011001110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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