#0B9655

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

Shades of Shamrock Green #0B9655

Tints of Shamrock Green #0B9655

Color information

#0B9655 (or 0x0B9655) is unknown color: approx Shamrock Green. HEX triplet: 0B, 96 and 55. RGB value is (11,150,85). Sum of RGB (Red+Green+Blue) = 11+150+85=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 150 (58.98% from 255 or 60.98% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 150 - color contains mainly: green. Hex color #0B9655 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9655 is #F469AA. Grayscale: #656565. Windows color (decimal): -16017835 or 5608971. OLE color: 5608971.

HSL color Cylindrical-coordinate representation of color #0B9655: hue angle of 151.94º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9655 is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB1115085-
CMYK0.9300.430.41
HSL151.94º86.34%31.57%-
HSV(B)151.94º92.67%58.82%-
XYZ12.6822.5412.28-
YUV101.03118.9563.79-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.47%
GREEN value IS 150 (58.98% from 255) = 60.98%
BLUE value IS 85 (33.59% from 255) = 34.55%
R=4.47%
G=60.98%
B=34.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11150850.9300.430.41151.9486.3431.57
HexB96555D02B29985620
Octal132261251350535123012640
Binary101110010110101010110111010101011101001100110001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,150,85); }

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

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

 a { background-color: rgb(11,150,85); }

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

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

 span { border-color: rgb(11,150,85); }

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