#0F844A

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

Shades of Salem #0F844A

Tints of Salem #0F844A

Color information

#0F844A (or 0x0F844A) is unknown color: approx Salem. HEX triplet: 0F, 84 and 4A. RGB value is (15,132,74). Sum of RGB (Red+Green+Blue) = 15+132+74=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 132 (51.95% from 255 or 59.73% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 132 - color contains mainly: green. Hex color #0F844A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F844A is #F07BB5. Grayscale: #5A5A5A. Windows color (decimal): -15760310 or 4883471. OLE color: 4883471.

HSL color Cylindrical-coordinate representation of color #0F844A: hue angle of 150.26º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F844A is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1513274-
CMYK0.8900.440.48
HSL150.26º79.59%28.82%-
HSV(B)150.26º88.64%51.76%-
XYZ9.6817.19.27-
YUV90.4118.7474.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.79%
GREEN value IS 132 (51.95% from 255) = 59.73%
BLUE value IS 74 (29.30% from 255) = 33.48%
R=6.79%
G=59.73%
B=33.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal15132740.8900.440.48150.2679.5928.82
HexF844A5902C3096501d
Octal172041121310546022612035
Binary11111000010010010101011001010110011000010010110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,132,74); }

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

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

 a { background-color: rgb(15,132,74); }

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

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

 span { border-color: rgb(15,132,74); }

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