#0B984D

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

Shades of Pigment Green #0B984D

Tints of Pigment Green #0B984D

Color information

#0B984D (or 0x0B984D) is unknown color: approx Pigment Green. HEX triplet: 0B, 98 and 4D. RGB value is (11,152,77). Sum of RGB (Red+Green+Blue) = 11+152+77=240 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.58% from 240); Green value is 152 (59.77% from 255 or 63.33% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 152 - color contains mainly: green. Hex color #0B984D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B984D is #F467B2. Grayscale: #656565. Windows color (decimal): -16017331 or 5085195. OLE color: 5085195.

HSL color Cylindrical-coordinate representation of color #0B984D: hue angle of 148.09º 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 #0B984D is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB1115277-
CMYK0.9300.490.40
HSL148.09º86.5%31.96%-
HSV(B)148.09º92.76%59.61%-
XYZ12.7123.0610.8-
YUV101.29114.2963.6-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.58%
GREEN value IS 152 (59.77% from 255) = 63.33%
BLUE value IS 77 (30.47% from 255) = 32.08%
R=4.58%
G=63.33%
B=32.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11152770.9300.490.40148.0986.531.96
HexB984D5D03128945720
Octal132301151350615022412740
Binary101110011000100110110111010110001101000100101001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B984D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,152,77); }

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

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

 a { background-color: rgb(11,152,77); }

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

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

 span { border-color: rgb(11,152,77); }

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