#0C8B4C

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

Shades of Salem #0C8B4C

Tints of Salem #0C8B4C

Color information

#0C8B4C (or 0x0C8B4C) is unknown color: approx Salem. HEX triplet: 0C, 8B and 4C. RGB value is (12,139,76). Sum of RGB (Red+Green+Blue) = 12+139+76=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 139 (54.69% from 255 or 61.23% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 139 - color contains mainly: green. Hex color #0C8B4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8B4C is #F374B3. Grayscale: #5D5D5D. Windows color (decimal): -15955124 or 5016332. OLE color: 5016332.

HSL color Cylindrical-coordinate representation of color #0C8B4C: hue angle of 150.24º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8B4C is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB1213976-
CMYK0.9100.450.45
HSL150.24º84.11%29.61%-
HSV(B)150.24º91.37%54.51%-
XYZ10.6919.079.95-
YUV93.84117.9269.62-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.29%
GREEN value IS 139 (54.69% from 255) = 61.23%
BLUE value IS 76 (30.08% from 255) = 33.48%
R=5.29%
G=61.23%
B=33.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12139760.9100.450.45150.2484.1129.61
HexC8B4C5B02D2D96541e
Octal142131141330555522612436
Binary11001000101110011001011011010110110110110010110101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,139,76); }

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

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

 a { background-color: rgb(12,139,76); }

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

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

 span { border-color: rgb(12,139,76); }

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