#0F8B3A

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

Shades of Salem #0F8B3A

Tints of Salem #0F8B3A

Color information

#0F8B3A (or 0x0F8B3A) is unknown color: approx Salem. HEX triplet: 0F, 8B and 3A. RGB value is (15,139,58). Sum of RGB (Red+Green+Blue) = 15+139+58=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 139 (54.69% from 255 or 65.57% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 139 - color contains mainly: green. Hex color #0F8B3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8B3A is #F074C5. Grayscale: #5C5C5C. Windows color (decimal): -15758534 or 3836687. OLE color: 3836687.

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

Color convert

RGB1513958-
CMYK0.8900.580.45
HSL140.81º80.52%30.2%-
HSV(B)140.81º89.21%54.51%-
XYZ10.1918.877.11-
YUV92.69108.4272.59-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.08%
GREEN value IS 139 (54.69% from 255) = 65.57%
BLUE value IS 58 (23.05% from 255) = 27.36%
R=7.08%
G=65.57%
B=27.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal15139580.8900.580.45140.8180.5230.2
HexF8B3A5903A2D8d511e
Octal17213721310725521512136
Binary1111100010111110101011001011101010110110001101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,139,58); }

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

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

 a { background-color: rgb(15,139,58); }

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

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

 span { border-color: rgb(15,139,58); }

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