#9FAF49

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

Shades of Celery #9FAF49

Tints of Celery #9FAF49

Color information

#9FAF49 (or 0x9FAF49) is unknown color: approx Celery. HEX triplet: 9F, AF and 49. RGB value is (159,175,73). Sum of RGB (Red+Green+Blue) = 159+175+73=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAF49 is #6050B6. Grayscale: #9E9E9E. Windows color (decimal): -6312119 or 4829087. OLE color: 4829087.

HSL color Cylindrical-coordinate representation of color #9FAF49: hue angle of 69.41º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FAF49 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB15917573-
CMYK0.0900.580.31
HSL69.41º41.13%48.63%-
HSV(B)69.41º58.29%68.63%-
XYZ30.8338.5112.11-
YUV158.5979.7128.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.07%
GREEN value IS 175 (68.75% from 255) = 43.00%
BLUE value IS 73 (28.91% from 255) = 17.94%
R=39.07%
G=43.00%
B=17.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159175730.0900.580.3169.4141.1348.63
Hex9FAF49903A1F452931
Octal23725711111072371055161
Binary1001111110101111100100110010111010111111000101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,175,73); }

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

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

 a { background-color: rgb(159,175,73); }

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

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

 span { border-color: rgb(159,175,73); }

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