#0B9F3F

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

Shades of Pigment Green #0B9F3F

Tints of Pigment Green #0B9F3F

Color information

#0B9F3F (or 0x0B9F3F) is unknown color: approx Pigment Green. HEX triplet: 0B, 9F and 3F. RGB value is (11,159,63). Sum of RGB (Red+Green+Blue) = 11+159+63=233 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.72% from 233); Green value is 159 (62.5% from 255 or 68.24% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 159 - color contains mainly: green. Hex color #0B9F3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9F3F is #F460C0. Grayscale: #686868. Windows color (decimal): -16015553 or 4169483. OLE color: 4169483.

HSL color Cylindrical-coordinate representation of color #0B9F3F: hue angle of 141.08º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9F3F is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB1115963-
CMYK0.9300.600.38
HSL141.08º87.06%33.33%-
HSV(B)141.08º93.08%62.35%-
XYZ13.4325.238.86-
YUV103.8104.9761.81-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.72%
GREEN value IS 159 (62.5% from 255) = 68.24%
BLUE value IS 63 (25% from 255) = 27.04%
R=4.72%
G=68.24%
B=27.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11159630.9300.600.38141.0887.0633.33
HexB9F3F5D03C268d5721
Octal13237771350744621512741
Binary10111001111111111110111010111100100110100011011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,159,63); }

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

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

 a { background-color: rgb(11,159,63); }

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

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

 span { border-color: rgb(11,159,63); }

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