#0B985B

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

Shades of Shamrock Green #0B985B

Tints of Shamrock Green #0B985B

Color information

#0B985B (or 0x0B985B) is unknown color: approx Shamrock Green. HEX triplet: 0B, 98 and 5B. RGB value is (11,152,91). Sum of RGB (Red+Green+Blue) = 11+152+91=254 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.33% from 254); Green value is 152 (59.77% from 255 or 59.84% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 152 - color contains mainly: green. Hex color #0B985B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B985B is #F467A4. Grayscale: #666666. Windows color (decimal): -16017317 or 6002699. OLE color: 6002699.

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

Color convert

RGB1115291-
CMYK0.9300.400.40
HSL154.04º86.5%31.96%-
HSV(B)154.04º92.76%59.61%-
XYZ13.2523.2813.69-
YUV102.89121.2962.46-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.33%
GREEN value IS 152 (59.77% from 255) = 59.84%
BLUE value IS 91 (35.94% from 255) = 35.83%
R=4.33%
G=59.84%
B=35.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11152910.9300.400.40154.0486.531.96
HexB985B5D028289a5720
Octal132301331350505023212740
Binary101110011000101101110111010101000101000100110101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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