#9FAF45

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

Shades of Celery #9FAF45

Tints of Celery #9FAF45

Color information

#9FAF45 (or 0x9FAF45) is unknown color: approx Celery. HEX triplet: 9F, AF and 45. RGB value is (159,175,69). Sum of RGB (Red+Green+Blue) = 159+175+69=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAF45 is #6050BA. Grayscale: #9E9E9E. Windows color (decimal): -6312123 or 4566943. OLE color: 4566943.

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

Color convert

RGB15917569-
CMYK0.0900.610.31
HSL69.06º43.44%47.84%-
HSV(B)69.06º60.57%68.63%-
XYZ30.738.4611.44-
YUV158.1377.7128.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.45%
GREEN value IS 175 (68.75% from 255) = 43.42%
BLUE value IS 69 (27.34% from 255) = 17.12%
R=39.45%
G=43.42%
B=17.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159175690.0900.610.3169.0643.4447.84
Hex9FAF45903D1F452b30
Octal23725710511075371055360
Binary1001111110101111100010110010111101111111000101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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