Html Css Color HEX #0F853F Salem

📋 copy color: '#0F853F'

red 15 ◦ green 133 ◦ blue 63

#0F853F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #0F853F

Tints of Salem #0F853F

RGB

 RED value IS 15 (6.25% from 255) = 7.11%

 GREEN value IS 133 (52.34% from 255) = 63.03%

 BLUE value IS 63 (25% from 255) = 29.86%

R = 7.11%
G = 63.03%
B = 29.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#0F853F (or 0x0F853F) is known color: Salem. HEX triplet: 0F, 85 and 3F. RGB value is (15,133,63). Sum of RGB (Red+Green+Blue) = 15+133+63=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 133 (52.34% from 255 or 63.03% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 133 - color contains mainly: green. Hex color #0F853F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F853F is #F07AC0. Grayscale: #595959. Windows color (decimal): -15760065 or 4162831. OLE color: 4162831.

HSL color Cylindrical-coordinate representation of color #0F853F: hue angle of 144.41º 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 #0F853F is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 15 133 63 -
CMYK 0.89 0 0.53 0.48
HSL 144.41º 0.8% 0.29% -
HSV(B) 144.41º 0.89% 0.52% -
XYZ 9.48 17.24 7.53 -
YUV 89.74 112.91 74.69 -
System Red Green Blue C M Y K H S L
Decimal 15 133 63 0.89 0 0.53 0.48 144.41 0.8 0.29
Hex F 85 3F 59 0 35 30 90 50 1D
Octal 17 205 77 131 0 65 60 220 120 35
Binary 1111 10000101 111111 1011001 0 110101 110000 10010000 1010000 11101

Color Harmonies of #0F853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F853F

Black with #0F853F

Text Example


Text Example

White with #0F853F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,133,63); }

 H1.HeaderClassName
 {
   color: #0F853F;
 }
 .AnyTagClassName
 {
   color: #0F853F;
 }
</style>

background-color css

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

 a { background-color: rgb(15,133,63); }

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

border-color css

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

 span { border-color: rgb(15,133,63); }

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