#0f824e

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

Shades of Salem #0F824E

Tints of Salem #0F824E

Color information

#0F824E (or 0x0F824E) is unknown color: approx Salem. HEX triplet: 0F, 82 and 4E. RGB value is (15,130,78). Sum of RGB (Red+Green+Blue) = 15+130+78=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 130 (51.17% from 255 or 58.30% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 130 - color contains mainly: green. Hex color #0F824E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F824E is #F07DB1. Grayscale: #595959. Windows color (decimal): -15760818 or 5145103. OLE color: 5145103.

HSL color Cylindrical-coordinate representation of color #0F824E: hue angle of 152.87º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F824E is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1513078-
CMYK0.8800.400.49
HSL152.87º79.31%28.43%-
HSV(B)152.87º88.46%50.98%-
XYZ9.5516.629.91-
YUV89.69121.474.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.73%
GREEN value IS 130 (51.17% from 255) = 58.30%
BLUE value IS 78 (30.86% from 255) = 34.98%
R=6.73%
G=58.30%
B=34.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15130780.8800.400.49152.8779.3128.43
HexF824E5802831994f1c
Octal172021161300506123111734
Binary11111000001010011101011000010100011000110011001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f824e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,130,78); }

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

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

 a { background-color: rgb(15,130,78); }

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

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

 span { border-color: rgb(15,130,78); }

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