Html Css Color HEX #12884E Salem

📋 copy color: '#12884E'

red 18 ◦ green 136 ◦ blue 78

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

Shades of Salem #12884E

Tints of Salem #12884E

RGB

 RED value IS 18 (7.42% from 255) = 7.76%

 GREEN value IS 136 (53.52% from 255) = 58.62%

 BLUE value IS 78 (30.86% from 255) = 33.62%

R = 7.76%
G = 58.62%
B = 33.62%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#12884E (or 0x12884E) is known color: Salem. HEX triplet: 12, 88 and 4E. RGB value is (18,136,78). Sum of RGB (Red+Green+Blue) = 18+136+78=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 136 (53.52% from 255 or 58.62% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 136 - color contains mainly: green. Hex color #12884E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12884E is #ED77B1. Grayscale: #5E5E5E. Windows color (decimal): -15562674 or 5146642. OLE color: 5146642.

HSL color Cylindrical-coordinate representation of color #12884E: hue angle of 150.51º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12884E is Cyan = 0.87, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 136 78 -
CMYK 0.87 0 0.43 0.47
HSL 150.51º 0.77% 0.3% -
HSV(B) 150.51º 0.87% 0.53% -
XYZ 10.43 18.29 10.19 -
YUV 94.11 118.91 73.72 -
System Red Green Blue C M Y K H S L
Decimal 18 136 78 0.87 0 0.43 0.47 150.51 0.77 0.3
Hex 12 88 4E 57 0 2B 2F 97 4D 1E
Octal 22 210 116 127 0 53 57 227 115 36
Binary 10010 10001000 1001110 1010111 0 101011 101111 10010111 1001101 11110

Color Harmonies of #12884E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12884E

Black with #12884E

Text Example


Text Example

White with #12884E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12884E; }

 p { color: rgb(18,136,78); }

 H1.HeaderClassName
 {
   color: #12884E;
 }
 .AnyTagClassName
 {
   color: #12884E;
 }
</style>

background-color css

<style>
 a { background-color: #12884E; }

 a { background-color: rgb(18,136,78); }

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

border-color css

<style>
 span { border-color: #12884E; }

 span { border-color: rgb(18,136,78); }

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