Html Css Color HEX #12884C Salem

📋 copy color: '#12884C'

red 18 ◦ green 136 ◦ blue 76

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

Shades of Salem #12884C

Tints of Salem #12884C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.04%

R = 7.83%
G = 59.13%
B = 33.04%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#12884C (or 0x12884C) is known color: Salem. HEX triplet: 12, 88 and 4C. RGB value is (18,136,76). Sum of RGB (Red+Green+Blue) = 18+136+76=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 136 (53.52% from 255 or 59.13% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 136 - color contains mainly: green. Hex color #12884C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12884C is #ED77B3. Grayscale: #5E5E5E. Windows color (decimal): -15562676 or 5015570. OLE color: 5015570.

HSL color Cylindrical-coordinate representation of color #12884C: hue angle of 149.49º 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 #12884C is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 136 76 -
CMYK 0.87 0 0.44 0.47
HSL 149.49º 0.77% 0.3% -
HSV(B) 149.49º 0.87% 0.53% -
XYZ 10.36 18.26 9.82 -
YUV 93.88 117.91 73.88 -
System Red Green Blue C M Y K H S L
Decimal 18 136 76 0.87 0 0.44 0.47 149.49 0.77 0.3
Hex 12 88 4C 57 0 2C 2F 95 4D 1E
Octal 22 210 114 127 0 54 57 225 115 36
Binary 10010 10001000 1001100 1010111 0 101100 101111 10010101 1001101 11110

Color Harmonies of #12884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12884C

Black with #12884C

Text Example


Text Example

White with #12884C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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