#0B984A

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

Shades of Pigment Green #0B984A

Tints of Pigment Green #0B984A

Color information

#0B984A (or 0x0B984A) is unknown color: approx Pigment Green. HEX triplet: 0B, 98 and 4A. RGB value is (11,152,74). Sum of RGB (Red+Green+Blue) = 11+152+74=237 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.64% from 237); Green value is 152 (59.77% from 255 or 64.14% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 152 - color contains mainly: green. Hex color #0B984A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B984A is #F467B5. Grayscale: #656565. Windows color (decimal): -16017334 or 4888587. OLE color: 4888587.

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

Color convert

RGB1115274-
CMYK0.9300.510.40
HSL146.81º86.5%31.96%-
HSV(B)146.81º92.76%59.61%-
XYZ12.623.0210.26-
YUV100.95112.7963.84-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.64%
GREEN value IS 152 (59.77% from 255) = 64.14%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=4.64%
G=64.14%
B=31.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11152740.9300.510.40146.8186.531.96
HexB984A5D03328935720
Octal132301121350635022312740
Binary101110011000100101010111010110011101000100100111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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