Html Css Color HEX #12784A Salem

📋 copy color: '#12784A'

red 18 ◦ green 120 ◦ blue 74

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

Shades of Salem #12784A

Tints of Salem #12784A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 56.6%

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

R = 8.49%
G = 56.6%
B = 34.91%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#12784A (or 0x12784A) is known color: Salem. HEX triplet: 12, 78 and 4A. RGB value is (18,120,74). Sum of RGB (Red+Green+Blue) = 18+120+74=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 120 (47.27% from 255 or 56.60% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 120 - color contains mainly: green. Hex color #12784A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12784A is #ED87B5. Grayscale: #545454. Windows color (decimal): -15566774 or 4880402. OLE color: 4880402.

HSL color Cylindrical-coordinate representation of color #12784A: hue angle of 152.94º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12784A is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 120 74 -
CMYK 0.85 0 0.38 0.53
HSL 152.94º 0.74% 0.27% -
HSV(B) 152.94º 0.85% 0.47% -
XYZ 8.2 14.06 8.76 -
YUV 84.26 122.21 80.74 -
System Red Green Blue C M Y K H S L
Decimal 18 120 74 0.85 0 0.38 0.53 152.94 0.74 0.27
Hex 12 78 4A 55 0 26 35 99 4A 1B
Octal 22 170 112 125 0 46 65 231 112 33
Binary 10010 1111000 1001010 1010101 0 100110 110101 10011001 1001010 11011

Color Harmonies of #12784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12784A

Black with #12784A

Text Example


Text Example

White with #12784A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12784A;
 }
 .AnyTagClassName
 {
   color: #12784A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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