#0B9A48

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

Shades of Pigment Green #0B9A48

Tints of Pigment Green #0B9A48

Color information

#0B9A48 (or 0x0B9A48) is unknown color: approx Pigment Green. HEX triplet: 0B, 9A and 48. RGB value is (11,154,72). Sum of RGB (Red+Green+Blue) = 11+154+72=237 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.64% from 237); Green value is 154 (60.55% from 255 or 64.98% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 154 - color contains mainly: green. Hex color #0B9A48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9A48 is #F465B7. Grayscale: #666666. Windows color (decimal): -16016824 or 4758027. OLE color: 4758027.

HSL color Cylindrical-coordinate representation of color #0B9A48: hue angle of 145.59º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9A48 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB1115472-
CMYK0.9300.530.40
HSL145.59º86.67%32.35%-
HSV(B)145.59º92.86%60.39%-
XYZ12.8623.6510.02-
YUV101.9111.1263.17-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.64%
GREEN value IS 154 (60.55% from 255) = 64.98%
BLUE value IS 72 (28.52% from 255) = 30.38%
R=4.64%
G=64.98%
B=30.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11154720.9300.530.40145.5986.6732.35
HexB9A485D03528925720
Octal132321101350655022212740
Binary101110011010100100010111010110101101000100100101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,154,72); }

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

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

 a { background-color: rgb(11,154,72); }

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

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

 span { border-color: rgb(11,154,72); }

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