#9FAC41

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

Shades of Celery #9FAC41

Tints of Celery #9FAC41

Color information

#9FAC41 (or 0x9FAC41) is unknown color: approx Celery. HEX triplet: 9F, AC and 41. RGB value is (159,172,65). Sum of RGB (Red+Green+Blue) = 159+172+65=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAC41 is #6053BE. Grayscale: #9C9C9C. Windows color (decimal): -6312895 or 4304031. OLE color: 4304031.

HSL color Cylindrical-coordinate representation of color #9FAC41: hue angle of 67.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FAC41 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB15917265-
CMYK0.0800.620.33
HSL67.29º45.15%46.47%-
HSV(B)67.29º62.21%67.45%-
XYZ3037.2610.61-
YUV155.9276.69130.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.15%
GREEN value IS 172 (67.58% from 255) = 43.43%
BLUE value IS 65 (25.78% from 255) = 16.41%
R=40.15%
G=43.43%
B=16.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159172650.0800.620.3367.2945.1546.47
Hex9FAC41803E21432d2e
Octal23725410110076411035556
Binary10011111101011001000001100001111101000011000011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,172,65); }

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

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

 a { background-color: rgb(159,172,65); }

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

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

 span { border-color: rgb(159,172,65); }

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