#9EB140

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

Shades of Celery #9EB140

Tints of Celery #9EB140

Color information

#9EB140 (or 0x9EB140) is unknown color: approx Celery. HEX triplet: 9E, B1 and 40. RGB value is (158,177,64). Sum of RGB (Red+Green+Blue) = 158+177+64=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EB140 is #614EBF. Grayscale: #9E9E9E. Windows color (decimal): -6377152 or 4239774. OLE color: 4239774.

HSL color Cylindrical-coordinate representation of color #9EB140: hue angle of 70.09º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9EB140 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB15817764-
CMYK0.1100.640.31
HSL70.09º46.89%47.25%-
HSV(B)70.09º63.84%69.41%-
XYZ30.7539.0810.77-
YUV158.4474.71127.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.60%
GREEN value IS 177 (69.53% from 255) = 44.36%
BLUE value IS 64 (25.39% from 255) = 16.04%
R=39.60%
G=44.36%
B=16.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal158177640.1100.640.3170.0946.8947.25
Hex9EB140B0401F462f2f
Octal236261100130100371065757
Binary10011110101100011000000101101000000111111000110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,177,64); }

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

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

 a { background-color: rgb(158,177,64); }

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

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

 span { border-color: rgb(158,177,64); }

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