#9FAB46

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

Shades of Celery #9FAB46

Tints of Celery #9FAB46

Color information

#9FAB46 (or 0x9FAB46) is unknown color: approx Celery. HEX triplet: 9F, AB and 46. RGB value is (159,171,70). Sum of RGB (Red+Green+Blue) = 159+171+70=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAB46 is #6054B9. Grayscale: #9C9C9C. Windows color (decimal): -6313146 or 4631455. OLE color: 4631455.

HSL color Cylindrical-coordinate representation of color #9FAB46: hue angle of 67.13º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FAB46 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB15917170-
CMYK0.0700.590.33
HSL67.13º41.91%47.25%-
HSV(B)67.13º59.06%67.06%-
XYZ29.9736.9411.34-
YUV155.979.52130.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.75%
GREEN value IS 171 (67.19% from 255) = 42.75%
BLUE value IS 70 (27.73% from 255) = 17.5%
R=39.75%
G=42.75%
B=17.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159171700.0700.590.3367.1341.9147.25
Hex9FAB46703B21432a2f
Octal2372531067073411035257
Binary1001111110101011100011011101110111000011000011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,171,70); }

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

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

 a { background-color: rgb(159,171,70); }

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

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

 span { border-color: rgb(159,171,70); }

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