#0B985C

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

Shades of Shamrock Green #0B985C

Tints of Shamrock Green #0B985C

Color information

#0B985C (or 0x0B985C) is unknown color: approx Shamrock Green. HEX triplet: 0B, 98 and 5C. RGB value is (11,152,92). Sum of RGB (Red+Green+Blue) = 11+152+92=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 152 (59.77% from 255 or 59.61% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 152 - color contains mainly: green. Hex color #0B985C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B985C is #F467A3. Grayscale: #676767. Windows color (decimal): -16017316 or 6068235. OLE color: 6068235.

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

Color convert

RGB1115292-
CMYK0.9300.390.40
HSL154.47º86.5%31.96%-
HSV(B)154.47º92.76%59.61%-
XYZ13.323.313.92-
YUV103121.7962.38-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.31%
GREEN value IS 152 (59.77% from 255) = 59.61%
BLUE value IS 92 (36.33% from 255) = 36.08%
R=4.31%
G=59.61%
B=36.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11152920.9300.390.40154.4786.531.96
HexB985C5D027289a5720
Octal132301341350475023212740
Binary101110011000101110010111010100111101000100110101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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