Html Css Color HEX #0E824A Salem

📋 copy color: '#0E824A'

red 14 ◦ green 130 ◦ blue 74

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

Shades of Salem #0E824A

Tints of Salem #0E824A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 59.63%

 BLUE value IS 74 (29.3% from 255) = 33.94%

R = 6.42%
G = 59.63%
B = 33.94%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#0E824A (or 0x0E824A) is known color: Salem. HEX triplet: 0E, 82 and 4A. RGB value is (14,130,74). Sum of RGB (Red+Green+Blue) = 14+130+74=218 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.42% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #0E824A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E824A is #F17DB5. Grayscale: #595959. Windows color (decimal): -15826358 or 4882958. OLE color: 4882958.

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

Color convert

RGB 14 130 74 -
CMYK 0.89 0 0.43 0.49
HSL 151.03º 0.81% 0.28% -
HSV(B) 151.03º 0.89% 0.51% -
XYZ 9.4 16.55 9.18 -
YUV 88.93 119.57 74.55 -
System Red Green Blue C M Y K H S L
Decimal 14 130 74 0.89 0 0.43 0.49 151.03 0.81 0.28
Hex E 82 4A 59 0 2B 31 97 51 1C
Octal 16 202 112 131 0 53 61 227 121 34
Binary 1110 10000010 1001010 1011001 0 101011 110001 10010111 1010001 11100

Color Harmonies of #0E824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E824A

Black with #0E824A

Text Example


Text Example

White with #0E824A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,130,74); }

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

background-color css

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

 a { background-color: rgb(14,130,74); }

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

border-color css

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

 span { border-color: rgb(14,130,74); }

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