#0F8A3A

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

Shades of Salem #0F8A3A

Tints of Salem #0F8A3A

Color information

#0F8A3A (or 0x0F8A3A) is unknown color: approx Salem. HEX triplet: 0F, 8A and 3A. RGB value is (15,138,58). Sum of RGB (Red+Green+Blue) = 15+138+58=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 138 (54.30% from 255 or 65.40% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 138 - color contains mainly: green. Hex color #0F8A3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8A3A is #F075C5. Grayscale: #5C5C5C. Windows color (decimal): -15758790 or 3836431. OLE color: 3836431.

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

Color convert

RGB1513858-
CMYK0.8900.580.46
HSL140.98º80.39%30%-
HSV(B)140.98º89.13%54.12%-
XYZ10.0518.587.06-
YUV92.1108.7573-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.11%
GREEN value IS 138 (54.30% from 255) = 65.40%
BLUE value IS 58 (23.05% from 255) = 27.49%
R=7.11%
G=65.40%
B=27.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal15138580.8900.580.46140.9880.3930
HexF8A3A5903A2E8d501e
Octal17212721310725621512036
Binary1111100010101110101011001011101010111010001101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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