Html Css Color HEX #0E9136 Salem

📋 copy color: '#0E9136'

red 14 ◦ green 145 ◦ blue 54

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

Shades of Salem #0E9136

Tints of Salem #0E9136

RGB

 RED value IS 14 (5.86% from 255) = 6.57%

 GREEN value IS 145 (57.03% from 255) = 68.08%

 BLUE value IS 54 (21.48% from 255) = 25.35%

R = 6.57%
G = 68.08%
B = 25.35%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#0E9136 (or 0x0E9136) is known color: Salem. HEX triplet: 0E, 91 and 36. RGB value is (14,145,54). Sum of RGB (Red+Green+Blue) = 14+145+54=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 145 (57.03% from 255 or 68.08% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 145 - color contains mainly: green. Hex color #0E9136 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9136 is #F16EC9. Grayscale: #5F5F5F. Windows color (decimal): -15822538 or 3576078. OLE color: 3576078.

HSL color Cylindrical-coordinate representation of color #0E9136: hue angle of 138.32º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9136 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB 14 145 54 -
CMYK 0.90 0 0.63 0.43
HSL 138.32º 0.82% 0.31% -
HSV(B) 138.32º 0.9% 0.57% -
XYZ 10.97 20.61 6.89 -
YUV 95.46 104.6 69.9 -
System Red Green Blue C M Y K H S L
Decimal 14 145 54 0.90 0 0.63 0.43 138.32 0.82 0.31
Hex E 91 36 5A 0 3F 2B 8A 52 1F
Octal 16 221 66 132 0 77 53 212 122 37
Binary 1110 10010001 110110 1011010 0 111111 101011 10001010 1010010 11111

Color Harmonies of #0E9136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9136

Black with #0E9136

Text Example


Text Example

White with #0E9136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,145,54); }

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

background-color css

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

 a { background-color: rgb(14,145,54); }

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

border-color css

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

 span { border-color: rgb(14,145,54); }

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