#0C8B4A

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

Shades of Salem #0C8B4A

Tints of Salem #0C8B4A

Color information

#0C8B4A (or 0x0C8B4A) is unknown color: approx Salem. HEX triplet: 0C, 8B and 4A. RGB value is (12,139,74). Sum of RGB (Red+Green+Blue) = 12+139+74=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 139 (54.69% from 255 or 61.78% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 139 - color contains mainly: green. Hex color #0C8B4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8B4A is #F374B5. Grayscale: #5D5D5D. Windows color (decimal): -15955126 or 4885260. OLE color: 4885260.

HSL color Cylindrical-coordinate representation of color #0C8B4A: hue angle of 149.29º 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 #0C8B4A is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB1213974-
CMYK0.9100.470.45
HSL149.29º84.11%29.61%-
HSV(B)149.29º91.37%54.51%-
XYZ10.6219.049.59-
YUV93.62116.9269.79-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.33%
GREEN value IS 139 (54.69% from 255) = 61.78%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=5.33%
G=61.78%
B=32.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12139740.9100.470.45149.2984.1129.61
HexC8B4A5B02F2D95541e
Octal142131121330575522512436
Binary11001000101110010101011011010111110110110010101101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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