#9FB340

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

Shades of Celery #9FB340

Tints of Celery #9FB340

Color information

#9FB340 (or 0x9FB340) is unknown color: approx Celery. HEX triplet: 9F, B3 and 40. RGB value is (159,179,64). Sum of RGB (Red+Green+Blue) = 159+179+64=402 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.55% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB340 is #604CBF. Grayscale: #A0A0A0. Windows color (decimal): -6311104 or 4240287. OLE color: 4240287.

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

Color convert

RGB15917964-
CMYK0.1100.640.30
HSL70.43º47.33%47.65%-
HSV(B)70.43º64.25%70.2%-
XYZ31.3439.9810.92-
YUV159.9173.87127.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.55%
GREEN value IS 179 (70.31% from 255) = 44.53%
BLUE value IS 64 (25.39% from 255) = 15.92%
R=39.55%
G=44.53%
B=15.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal159179640.1100.640.3070.4347.3347.65
Hex9FB340B0401E462f30
Octal237263100130100361065760
Binary10011111101100111000000101101000000111101000110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,179,64); }

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

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

 a { background-color: rgb(159,179,64); }

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

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

 span { border-color: rgb(159,179,64); }

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