#0B9856

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

Shades of Shamrock Green #0B9856

Tints of Shamrock Green #0B9856

Color information

#0B9856 (or 0x0B9856) is unknown color: approx Shamrock Green. HEX triplet: 0B, 98 and 56. RGB value is (11,152,86). Sum of RGB (Red+Green+Blue) = 11+152+86=249 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.42% from 249); Green value is 152 (59.77% from 255 or 61.04% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 152 - color contains mainly: green. Hex color #0B9856 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9856 is #F467A9. Grayscale: #666666. Windows color (decimal): -16017322 or 5675019. OLE color: 5675019.

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

Color convert

RGB1115286-
CMYK0.9300.430.40
HSL151.91º86.5%31.96%-
HSV(B)151.91º92.76%59.61%-
XYZ13.0523.212.59-
YUV102.32118.7962.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.42%
GREEN value IS 152 (59.77% from 255) = 61.04%
BLUE value IS 86 (33.98% from 255) = 34.54%
R=4.42%
G=61.04%
B=34.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11152860.9300.430.40151.9186.531.96
HexB98565D02B28985720
Octal132301261350535023012740
Binary101110011000101011010111010101011101000100110001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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