#12884A

Color #12884A Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #12884A

Tints of Salem #12884A

Color information

#12884A (or 0x12884A) is unknown color: approx Salem. HEX triplet: 12, 88 and 4A. RGB value is (18,136,74). Sum of RGB (Red+Green+Blue) = 18+136+74=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 136 (53.52% from 255 or 59.65% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 136 - color contains mainly: green. Hex color #12884A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12884A is #ED77B5. Grayscale: #5D5D5D. Windows color (decimal): -15562678 or 4884498. OLE color: 4884498.

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

Color convert

RGB1813674-
CMYK0.8700.460.47
HSL148.47º76.62%30.2%-
HSV(B)148.47º86.76%53.33%-
XYZ10.2918.239.46-
YUV93.65116.9174.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.89%
GREEN value IS 136 (53.52% from 255) = 59.65%
BLUE value IS 74 (29.30% from 255) = 32.46%
R=7.89%
G=59.65%
B=32.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18136740.8700.460.47148.4776.6230.2
Hex12884A5702E2F944d1e
Octal222101121270565722411536
Binary100101000100010010101010111010111010111110010100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12884A;
 }
 .AnyTagClassName
 {
   color: #12884A;
 }
</style>
background-color css

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

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

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

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

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

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