#0B9639

Color #0B9639 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0B9639

Tints of Pigment Green #0B9639

Color information

#0B9639 (or 0x0B9639) is unknown color: approx Pigment Green. HEX triplet: 0B, 96 and 39. RGB value is (11,150,57). Sum of RGB (Red+Green+Blue) = 11+150+57=218 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.05% from 218); Green value is 150 (58.98% from 255 or 68.81% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 150 - color contains mainly: green. Hex color #0B9639 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9639 is #F469C6. Grayscale: #626262. Windows color (decimal): -16017863 or 3773963. OLE color: 3773963.

HSL color Cylindrical-coordinate representation of color #0B9639: hue angle of 139.86º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9639 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB1115057-
CMYK0.9300.620.41
HSL139.86º86.34%31.57%-
HSV(B)139.86º92.67%58.82%-
XYZ11.7822.187.53-
YUV97.84104.9566.06-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.05%
GREEN value IS 150 (58.98% from 255) = 68.81%
BLUE value IS 57 (22.66% from 255) = 26.15%
R=5.05%
G=68.81%
B=26.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11150570.9300.620.41139.8686.3431.57
HexB96395D03E298c5620
Octal13226711350765121412640
Binary10111001011011100110111010111110101001100011001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B9639; }

 p { color: rgb(11,150,57); }

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

<style>
 a { background-color: #0B9639; }

 a { background-color: rgb(11,150,57); }

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

<style>
 span { border-color: #0B9639; }

 span { border-color: rgb(11,150,57); }

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